Browse Source

corrected minor typo in fn_insdeps

pull/78/head
Daniel Gibbs 11 years ago
parent
commit
8cbacb3beb
  1. 6
      Insurgency/insserver

6
Insurgency/insserver

@ -638,8 +638,8 @@ echo ""
## Installer ## Installer
# #
fn_inshdeps(){ fn_insdeps(){
echo "Downloading libm.so.6" echo "Downloading libc.so.6, libpthread.so.0 & librt.so.1"
echo "=================================" echo "================================="
sleep 1 sleep 1
cd "${filesdir}/bin" cd "${filesdir}/bin"
@ -774,7 +774,7 @@ fn_steamdl
fn_steaminstall fn_steaminstall
fn_steamfix fn_steamfix
fn_loginstall fn_loginstall
fn_inshdeps fn_insdeps
echo "Configuring ${gamename} Server" echo "Configuring ${gamename} Server"
echo "=================================" echo "================================="
sleep 1 sleep 1

Loading…
Cancel
Save