Browse Source

l4dserver fixed LAN only bug

added l4ddeps to resolve the server not starting
pull/147/head
Daniel Gibbs 11 years ago
parent
commit
4afe27ca92
  1. 12
      Left4Dead/l4dserver

12
Left4Dead/l4dserver

@ -5,7 +5,7 @@
# Contributor: Summit Singh Thakur # Contributor: Summit Singh Thakur
# Author Website: http://danielgibbs.co.uk # Author Website: http://danielgibbs.co.uk
# Contributor Website: http://www.summit.im # Contributor Website: http://www.summit.im
# Version: 050814 # Version: 290814
#### Variables #### #### Variables ####
@ -651,6 +651,15 @@ echo ""
## Installer ## Installer
# #
fn_l4ddeps(){
echo "Copying libstdc++.so.6"
echo "================================="
sleep 1
cd "${filesdir}"
cp -v "${rootdir}/steamcmd/linux32/libstdc++.so.6" "${filesdir}"
sleep 1
echo ""
fn_header(){ fn_header(){
clear clear
echo "=================================" echo "================================="
@ -775,6 +784,7 @@ fn_steamdl
fn_steaminstall fn_steaminstall
fn_steamfix fn_steamfix
fn_loginstall fn_loginstall
fn_l4ddeps
echo "Configuring ${gamename} Server" echo "Configuring ${gamename} Server"
echo "=================================" echo "================================="
sleep 1 sleep 1

Loading…
Cancel
Save