Update updater.lua

This commit is contained in:
xomf 2025-05-31 17:38:35 +00:00
parent 8ca2f7fb14
commit 88d3fe655f

View File

@ -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