Przeglądaj źródła

removed update message from installer

Daniel Gibbs 9 lat temu
rodzic
commit
ca01255e5d

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