|
|
@@ -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 "================================="
|