aboutsummaryrefslogtreecommitdiff
path: root/System/update.lua
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-03-12 21:44:06 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-03-12 21:44:06 -0400
commit6150cc6708c9da9737c557be4123f21d185e98c1 (patch)
tree7be8845d620135f705ae6f03c61434c897b621ac /System/update.lua
parentd32c2bb9959036a6a597bd446be9e623be6fd49f (diff)
downloadbits-UI-6150cc6708c9da9737c557be4123f21d185e98c1.tar.gz
bits-UI-6150cc6708c9da9737c557be4123f21d185e98c1.tar.bz2
bits-UI-6150cc6708c9da9737c557be4123f21d185e98c1.zip
Fixed link; Updated update.luaHEADmaster
Diffstat (limited to 'System/update.lua')
-rwxr-xr-xSystem/update.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/System/update.lua b/System/update.lua
index 3e04931..11abe61 100755
--- a/System/update.lua
+++ b/System/update.lua
@@ -20,9 +20,9 @@ else
gitMode = false
end
if gitMode == true then
- print("NOTICE: Git mode is set to true!\n\nWhich means that you cannot update, you must use Git to update.\n")
- print("Args: \"git pull\"")
- sleep(2)
+ print("NOTICE: A git folder has been found...\n\nWhich means that you cannot use the built-in updater, you must use Git to update.\n")
+ print("Command for updating via git: \"git pull\"")
+ sleep(5)
os.reboot()
else
print("Running the updater...")