Browse Source

Removed --no-check-certificate from wget

--no-check-certificate presents a possible security risk.
--no-check-certificate is only used because older distros do not
recognise githubusercontent.com and will fail to download files. I have
decided to remove remove this option for now. It may be the case later
that I all this with older distros if there is a need for it.
pull/360/head
Daniel Gibbs 10 years ago
parent
commit
58f1e2ace3
  1. 7
      7DaysToDie/sdtdserver
  2. 6
      Arma3/arma3server
  3. 6
      BladeSymphony/bsserver
  4. 6
      CounterStrike/csserver
  5. 6
      CounterStrikeConditionZero/csczserver
  6. 6
      CounterStrikeGlobalOffensive/csgoserver
  7. 6
      CounterStrikeSource/cssserver
  8. 6
      DayOfDefeat/dodserver
  9. 6
      DayOfDefeatSource/dodsserver
  10. 4
      DeathmatchClassic/dmcserver
  11. 4
      DoubleActionBoogaloo/dabserver
  12. 6
      FistfulOfFrags/fofserver
  13. 6
      GarrysMod/gmodserver
  14. 6
      HalfLife2Deathmatch/hl2dmserver
  15. 4
      HalfLifeDeathmatch/hldmserver
  16. 6
      Insurgency/insserver
  17. 6
      JustCause2/jc2server
  18. 6
      KillingFloor/kfserver
  19. 6
      Left4Dead/l4dserver
  20. 6
      Left4Dead2/l4d2server
  21. 6
      NS2Combat/ns2cserver
  22. 6
      NaturalSelection2/ns2server
  23. 6
      NoMoreRoomInHell/nmrihserver
  24. 6
      OpposingForce/opforserver
  25. 6
      ProjectZomboid/pzserver
  26. 6
      RedOrchestra/roserver
  27. 6
      Ricochet/ricochetserver
  28. 6
      SeriousSam3BFE/ss3sserver
  29. 6
      StarBound/sbserver
  30. 6
      TeamFortress2/tf2server
  31. 6
      TeamFortressClassic/tfcserver
  32. 7
      TeamSpeak3/ts3server
  33. 6
      UnrealTournament2004/ut2k4server
  34. 6
      UnrealTournament99/ut99server
  35. 4
      functions/fn_check_steamcmd
  36. 4
      functions/fn_install_steamcmd
  37. 4
      functions/fn_update_dl

7
7DaysToDie/sdtdserver

@ -2,8 +2,8 @@
# 7 Days To Die # 7 Days To Die
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -85,7 +85,8 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- if
wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
Arma3/arma3server

@ -3,8 +3,8 @@
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Contributor: Scarsz # Contributor: Scarsz
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 240415 # Version: 030515
#### Variables #### #### Variables ####
@ -85,7 +85,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
BladeSymphony/bsserver

@ -2,8 +2,8 @@
# Blade Symphony # Blade Symphony
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -78,7 +78,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
CounterStrike/csserver

@ -2,8 +2,8 @@
# Counter Strike # Counter Strike
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 010215 # Version: 030515
#### Variables #### #### Variables ####
@ -77,7 +77,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
CounterStrikeConditionZero/csczserver

@ -2,8 +2,8 @@
# Counter Strike: Condition Zero # Counter Strike: Condition Zero
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -77,7 +77,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
CounterStrikeGlobalOffensive/csgoserver

@ -2,8 +2,8 @@
# Counter Strike: Global Offensive # Counter Strike: Global Offensive
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -95,7 +95,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
CounterStrikeSource/cssserver

@ -2,8 +2,8 @@
# Counter Strike: Source # Counter Strike: Source
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -78,7 +78,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
DayOfDefeat/dodserver

@ -2,8 +2,8 @@
# Day of Defeat # Day of Defeat
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -77,7 +77,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
DayOfDefeatSource/dodsserver

@ -2,8 +2,8 @@
# Day of Defeat: Source # Day of Defeat: Source
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -78,7 +78,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

4
DeathmatchClassic/dmcserver

@ -3,7 +3,7 @@
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
# Version: 150315 # Version: 030515
#### Variables #### #### Variables ####
@ -77,7 +77,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

4
DoubleActionBoogaloo/dabserver

@ -3,7 +3,7 @@
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
# Version: 220315 # Version: 030515
#### Variables #### #### Variables ####
@ -78,7 +78,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
FistfulOfFrags/fofserver

@ -2,8 +2,8 @@
# Fistful Of Frags # Fistful Of Frags
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -78,7 +78,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
GarrysMod/gmodserver

@ -2,8 +2,8 @@
# Garry's Mod # Garry's Mod
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 160315 # Version: 030515
#### Variables #### #### Variables ####
@ -84,7 +84,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
HalfLife2Deathmatch/hl2dmserver

@ -2,8 +2,8 @@
# Half Life 2: Deathmatch # Half Life 2: Deathmatch
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -78,7 +78,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

4
HalfLifeDeathmatch/hldmserver

@ -3,7 +3,7 @@
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
# Version: 150315 # Version: 030515
#### Variables #### #### Variables ####
@ -77,7 +77,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
Insurgency/insserver

@ -2,8 +2,8 @@
# Insurgency # Insurgency
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -78,7 +78,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
JustCause2/jc2server

@ -2,8 +2,8 @@
# Just Cause 2 # Just Cause 2
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -73,7 +73,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
KillingFloor/kfserver

@ -2,8 +2,8 @@
# Killing Floor # Killing Floor
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -80,7 +80,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
Left4Dead/l4dserver

@ -3,8 +3,8 @@
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Contributor: Summit Singh Thakur # Contributor: Summit Singh Thakur
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -78,7 +78,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
Left4Dead2/l4d2server

@ -2,8 +2,8 @@
# Left 4 Dead 2 # Left 4 Dead 2
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -77,7 +77,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
NS2Combat/ns2cserver

@ -2,8 +2,8 @@
# NS2: Combat # NS2: Combat
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -83,7 +83,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
NaturalSelection2/ns2server

@ -2,8 +2,8 @@
# Natural Selection 2 # Natural Selection 2
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -83,7 +83,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
NoMoreRoomInHell/nmrihserver

@ -2,8 +2,8 @@
# No More Room in Hell # No More Room in Hell
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -78,7 +78,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
OpposingForce/opforserver

@ -2,8 +2,8 @@
# Half-Life: Opposing Force # Half-Life: Opposing Force
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -77,7 +77,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
ProjectZomboid/pzserver

@ -2,8 +2,8 @@
# Project Zomboid # Project Zomboid
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 150415 # Version: 030515
#### Variables #### #### Variables ####
@ -72,7 +72,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
RedOrchestra/roserver

@ -2,8 +2,8 @@
# Red Orchestra: Ostfront 41-45 # Red Orchestra: Ostfront 41-45
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -76,7 +76,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
Ricochet/ricochetserver

@ -2,8 +2,8 @@
# Ricochet # Ricochet
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -77,7 +77,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
SeriousSam3BFE/ss3sserver

@ -2,8 +2,8 @@
# Serious Sam 3: BFE # Serious Sam 3: BFE
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -74,7 +74,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
StarBound/sbserver

@ -2,8 +2,8 @@
# Starbound # Starbound
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 230215 # Version: 030515
#### Variables #### #### Variables ####
@ -73,7 +73,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
TeamFortress2/tf2server

@ -2,8 +2,8 @@
# Team Fortress 2 # Team Fortress 2
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -78,7 +78,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
TeamFortressClassic/tfcserver

@ -2,8 +2,8 @@
# Team Fortress Classic # Team Fortress Classic
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 030515
#### Variables #### #### Variables ####
@ -77,7 +77,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

7
TeamSpeak3/ts3server

@ -2,8 +2,9 @@
# Teamspeak 3 # Teamspeak 3
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 080214 # Version: 030515
#### Variables #### #### Variables ####
# Notification Email # Notification Email
@ -52,7 +53,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
UnrealTournament2004/ut2k4server

@ -2,8 +2,8 @@
# Unreal Tournament 2004 # Unreal Tournament 2004
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 070215 # Version: 030515
#### Variables #### #### Variables ####
@ -67,7 +67,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

6
UnrealTournament99/ut99server

@ -2,8 +2,8 @@
# Unreal Tournament 99 # Unreal Tournament 99
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 070215 # Version: 030515
#### Variables #### #### Variables ####
@ -66,7 +66,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then
fi fi
cd functions cd functions
echo -e "loading ${functionfile}...\c" echo -e "loading ${functionfile}...\c"
wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45-
chmod +x "${functionfile}" chmod +x "${functionfile}"
cd "${rootdir}" cd "${rootdir}"
sleep 1 sleep 1

4
functions/fn_check_steamcmd

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# LGSM fn_check_steamcmd function # LGSM fn_check_steamcmd function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 210115
# Description: Downloads SteamCMD on install and checks if missing before running functions that require SteamCMD # Description: Downloads SteamCMD on install and checks if missing before running functions that require SteamCMD
@ -21,7 +21,7 @@ elif [ "${modulename}" == "Starting" ]||[ "${modulename}" == "Update" ]; then
mkdir -pv "${rootdir}/steamcmd" mkdir -pv "${rootdir}/steamcmd"
cd "${rootdir}/steamcmd" cd "${rootdir}/steamcmd"
echo -e "downloading steamcmd_linux.tar.gz...\c" echo -e "downloading steamcmd_linux.tar.gz...\c"
wget -N --no-check-certificate /dev/null http://media.steampowered.com/client/steamcmd_linux.tar.gz 2>&1 | grep -F HTTP | cut -c45-| uniq wget -N /dev/null http://media.steampowered.com/client/steamcmd_linux.tar.gz 2>&1 | grep -F HTTP | cut -c45-| uniq
tar --verbose -zxf steamcmd_linux.tar.gz tar --verbose -zxf steamcmd_linux.tar.gz
rm -v steamcmd_linux.tar.gz rm -v steamcmd_linux.tar.gz
chmod +x steamcmd.sh chmod +x steamcmd.sh

4
functions/fn_install_steamcmd

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# LGSM fn_check_steamcmd function # LGSM fn_check_steamcmd function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 210115
# Description: Downloads SteamCMD on install and checks if missing before running functions that require SteamCMD # Description: Downloads SteamCMD on install and checks if missing before running functions that require SteamCMD
@ -15,7 +15,7 @@ sleep 1
cd "steamcmd" cd "steamcmd"
if [ ! -f steamcmd.sh ]; then if [ ! -f steamcmd.sh ]; then
echo -e "downloading steamcmd_linux.tar.gz...\c" echo -e "downloading steamcmd_linux.tar.gz...\c"
wget -N --no-check-certificate /dev/null http://media.steampowered.com/client/steamcmd_linux.tar.gz 2>&1 | grep -F HTTP | cut -c45-| uniq wget -N /dev/null http://media.steampowered.com/client/steamcmd_linux.tar.gz 2>&1 | grep -F HTTP | cut -c45-| uniq
tar --verbose -zxf steamcmd_linux.tar.gz tar --verbose -zxf steamcmd_linux.tar.gz
rm -v steamcmd_linux.tar.gz rm -v steamcmd_linux.tar.gz
chmod +x steamcmd.sh chmod +x steamcmd.sh

4
functions/fn_update_dl

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# LGSM fn_update_dl function # LGSM fn_update_dl function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 150315 # Version: 150315
# Description: Runs a server update. # Description: Runs a server update.
@ -35,7 +35,7 @@ sleep 1
cd "${rootdir}" cd "${rootdir}"
echo -e "downloading teamspeak3-server_linux-${ts3arch}-${availablebuild}.tar.gz...\c" echo -e "downloading teamspeak3-server_linux-${ts3arch}-${availablebuild}.tar.gz...\c"
fn_scriptlog "Downloading teamspeak3-server_linux-${ts3arch}-${availablebuild}.tar.gz" fn_scriptlog "Downloading teamspeak3-server_linux-${ts3arch}-${availablebuild}.tar.gz"
wget -N --no-check-certificate /dev/null http://dl.4players.de/ts/releases/${ts3_version_number}/teamspeak3-server_linux-${ts3arch}-${ts3_version_number}.tar.gz 2>&1 | grep -F HTTP | cut -c45-| uniq wget -N /dev/null http://dl.4players.de/ts/releases/${ts3_version_number}/teamspeak3-server_linux-${ts3arch}-${ts3_version_number}.tar.gz 2>&1 | grep -F HTTP | cut -c45-| uniq
sleep 1 sleep 1
echo -e "extracting teamspeak3-server_linux-${ts3arch}-${availablebuild}.tar.gz...\c" echo -e "extracting teamspeak3-server_linux-${ts3arch}-${availablebuild}.tar.gz...\c"
fn_scriptlog "Extracting teamspeak3-server_linux-${ts3arch}-${availablebuild}.tar.gz" fn_scriptlog "Extracting teamspeak3-server_linux-${ts3arch}-${availablebuild}.tar.gz"

Loading…
Cancel
Save