From 88d3fe655fe6db142406ba751911286e917911b6 Mon Sep 17 00:00:00 2001 From: xomf Date: Sat, 31 May 2025 17:38:35 +0000 Subject: [PATCH] Update updater.lua --- updater.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/updater.lua b/updater.lua index bdf3854..5b51375 100644 --- a/updater.lua +++ b/updater.lua @@ -32,5 +32,6 @@ if manifest_json.version ~= CURRENT_CLIENT_VERSION then print("Rebooting device in 5 seconds.") sleep(5) os.reboot() - +else + print("No update availiable") end \ No newline at end of file