فهرست منبع

minor change to wget line 719

Daniel Gibbs 11 سال پیش
والد
کامیت
e3a7a19111
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      GarrysMod/gmodserver

+ 1 - 1
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
 }