From 2dd5de5c9b8a6498ce0510d47eed353cd7944c08 Mon Sep 17 00:00:00 2001 From: xomf Date: Sat, 31 May 2025 17:41:15 +0000 Subject: [PATCH] Update updater.lua --- updater.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/updater.lua b/updater.lua index 5b51375..df3a703 100644 --- a/updater.lua +++ b/updater.lua @@ -1,4 +1,4 @@ -local CURRENT_CLIENT_VERSION = "0.0.0.3" +local CURRENT_CLIENT_VERSION = "0.0.0.4" local INSTALL_PATH = "/" function http_get(url) @@ -29,9 +29,8 @@ if manifest_json.version ~= CURRENT_CLIENT_VERSION then end - print("Rebooting device in 5 seconds.") - sleep(5) + print("Please reboot your device.") os.reboot() else - print("No update availiable") + print("No update availiable.") end \ No newline at end of file