소스 검색

removed update message from installer

Daniel Gibbs 9 년 전
부모
커밋
ca01255e5d
4개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      lgsm/functions/update_factorio.sh
  2. 2 0
      lgsm/functions/update_minecraft.sh
  3. 2 0
      lgsm/functions/update_mumble.sh
  4. 2 0
      lgsm/functions/update_ts3.sh

+ 2 - 0
lgsm/functions/update_factorio.sh

@@ -86,6 +86,8 @@ fn_update_factorio_availablebuild(){
 		fn_print_fail "Checking for update: factorio.com: Not returning version info"
 		fn_script_log_fatal "Failure! Checking for update: factorio.com: Not returning version info"
 		core_exit.sh
+	elif [ "${installer}" == "1" ]; then
+		:
 	else
 		fn_print_ok "Checking for update: factorio.com"
 		fn_script_log_pass "Checking for update: factorio.com"

+ 2 - 0
lgsm/functions/update_minecraft.sh

@@ -79,6 +79,8 @@ fn_update_availablebuild(){
 		fn_print_fail "Checking for update: mojang.com: Not returning version info"
 		fn_script_log_fatal "Failure! Checking for update: mojang.com: Not returning version info"
 		core_exit.sh
+	elif [ "${installer}" == "1" ]; then
+		:
 	else
 		fn_print_ok_nl "Checking for update: mojang.com"
 		fn_script_log_pass "Checking for update: mojang.com"

+ 2 - 0
lgsm/functions/update_mumble.sh

@@ -86,6 +86,8 @@ fn_update_mumble_availablebuild(){
 		fn_print_fail "Checking for update: GitHub: Not returning version info"
 		fn_script_log_fatal "Failure! Checking for update: GitHub: Not returning version info"
 		core_exit.sh
+	elif [ "${installer}" == "1" ]; then
+		:
 	else
 		fn_print_ok "Checking for update: GitHub"
 		fn_script_log_pass "Checking for update: GitHub"

+ 2 - 0
lgsm/functions/update_ts3.sh

@@ -113,6 +113,8 @@ fn_update_ts3_availablebuild(){
 		fn_print_fail "Checking for update: teamspeak.com: Not returning version info"
 		fn_script_log_fatal "Failure! Checking for update: teamspeak.com: Not returning version info"
 		core_exit.sh
+	elif [ "${installer}" == "1" ]; then
+		:
 	else
 		fn_print_ok "Checking for update: teamspeak.com"
 		fn_script_log_pass "Checking for update: teamspeak.com"