From 5eb1b63692599f9f24d1eaef6a045b63d731a02f Mon Sep 17 00:00:00 2001 From: Scarsz Date: Sun, 24 Aug 2014 08:40:08 -0700 Subject: [PATCH] wget verbose but not as verbose Turns into --- GarrysMod/gmodserver | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GarrysMod/gmodserver b/GarrysMod/gmodserver index 543ede509..28755719d 100644 --- a/GarrysMod/gmodserver +++ b/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 "" }