From cdda1ae058f47d96e20b05c6a720117c2beeaeb5 Mon Sep 17 00:00:00 2001 From: xomf Date: Sat, 17 Aug 2024 22:55:24 -0400 Subject: [PATCH] >:3 --- keypadOS.lua | 1 + src/updater.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/keypadOS.lua b/keypadOS.lua index 7676792..6589def 100644 --- a/keypadOS.lua +++ b/keypadOS.lua @@ -36,6 +36,7 @@ rawset(__BUNDLER_FILES, "updater.lua", function () os.reboot() else print("Nothing changed, not updating.") + return end end print("Bad file download (core)") diff --git a/src/updater.lua b/src/updater.lua index 8f5a529..329bc52 100644 --- a/src/updater.lua +++ b/src/updater.lua @@ -30,6 +30,7 @@ local function checkForUpdate() os.reboot() else print("Nothing changed, not updating.") + return end end