From e3a7a1911133ec5813ffda2564231270f611e8c0 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 4 Nov 2014 19:30:25 +0000 Subject: [PATCH] minor change to wget line 719 --- GarrysMod/gmodserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GarrysMod/gmodserver b/GarrysMod/gmodserver index 737042d07..f9ee0b8e7 100644 --- a/GarrysMod/gmodserver +++ b/GarrysMod/gmodserver @@ -716,7 +716,7 @@ echo "" fn_fninstall(){ mkdir functions cd functions -wget https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/functions/fn_fninstall +wget -nv -N https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/functions/fn_fninstall cd ${rootdir} source functions/fn_fninstall }