From 8cbacb3bebaf49de480129bac86ae9bfd4a6a798 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 8 Feb 2014 17:40:41 +0000 Subject: [PATCH] corrected minor typo in fn_insdeps --- Insurgency/insserver | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Insurgency/insserver b/Insurgency/insserver index 823c25be3..a39a00f3f 100644 --- a/Insurgency/insserver +++ b/Insurgency/insserver @@ -638,8 +638,8 @@ echo "" ## Installer # -fn_inshdeps(){ -echo "Downloading libm.so.6" +fn_insdeps(){ +echo "Downloading libc.so.6, libpthread.so.0 & librt.so.1" echo "=================================" sleep 1 cd "${filesdir}/bin" @@ -774,7 +774,7 @@ fn_steamdl fn_steaminstall fn_steamfix fn_loginstall -fn_inshdeps +fn_insdeps echo "Configuring ${gamename} Server" echo "=================================" sleep 1