Browse Source

Added CentOS Support

pull/40/head
Daniel Gibbs 11 years ago
parent
commit
3b0633e724
  1. 9
      NaturalSelection2/ns2server

9
NaturalSelection2/ns2server

@ -3,7 +3,7 @@
# Server Management Script
# Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk
# Version: 221113
# Version: 081213
#### Variables ####
@ -544,6 +544,13 @@ echo "================================="
* ) echo "Please answer yes or no.";;
esac
done
echo "Downloading libm.so.6 and libstdc++.so.6"
echo "================================="
cd ${filesdir}
wget https://github.com/dgibbs64/linuxgameservers/raw/master/NaturalSelection2/dependencies/libm.so.6
wget https://github.com/dgibbs64/linuxgameservers/raw/master/NaturalSelection2/dependencies/libstdc%2B%2B.so.6
sleep 2
fn_header
fn_header
echo "Configuring ${gamename} Server"
echo "================================="

Loading…
Cancel
Save