Просмотр исходного кода

Merge pull request #140 from Scarsz/patch-6

wget verbose but not as verbose
Daniel Gibbs 11 лет назад
Родитель
Сommit
62185d3f48
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      GarrysMod/gmodserver

+ 3 - 3
GarrysMod/gmodserver

@@ -667,9 +667,9 @@ echo "Applying GLIBC_2.15 fix"
 echo "================================="
 echo "================================="
 sleep 1
 sleep 1
 cd "${filesdir}"/bin
 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 ""
 echo ""
 }
 }