소스 검색

corrected minor typo in fn_insdeps

Daniel Gibbs 12 년 전
부모
커밋
8cbacb3beb
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      Insurgency/insserver

+ 3 - 3
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