Browse Source

minor change to wget line 719

pull/254/merge
Daniel Gibbs 11 years ago
parent
commit
e3a7a19111
  1. 2
      GarrysMod/gmodserver

2
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
}

Loading…
Cancel
Save