فهرست منبع

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"