Browse Source

wget verbose but not as verbose

Turns into
pull/140/head
Scarsz 11 years ago
parent
commit
5eb1b63692
  1. 6
      GarrysMod/gmodserver

6
GarrysMod/gmodserver

@ -667,9 +667,9 @@ echo "Applying GLIBC_2.15 fix"
echo "================================="
sleep 1
cd "${filesdir}"/bin
wget https://github.com/dgibbs64/linuxgameservers/raw/master/GarrysMod/dependencies/libc.so.6
wget https://github.com/dgibbs64/linuxgameservers/raw/master/GarrysMod/dependencies/libm.so.6
wget https://github.com/dgibbs64/linuxgameservers/raw/master/GarrysMod/dependencies/libpthread.so.0
wget -nv https://github.com/dgibbs64/linuxgameservers/raw/master/GarrysMod/dependencies/libc.so.6
wget -nv https://github.com/dgibbs64/linuxgameservers/raw/master/GarrysMod/dependencies/libm.so.6
wget -nv https://github.com/dgibbs64/linuxgameservers/raw/master/GarrysMod/dependencies/libpthread.so.0
echo ""
}

Loading…
Cancel
Save