From 6150cc6708c9da9737c557be4123f21d185e98c1 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 12 Mar 2023 21:44:06 -0400 Subject: Fixed link; Updated update.lua --- System/skel/README.txt | 2 +- System/update.lua | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/System/skel/README.txt b/System/skel/README.txt index e7c2cf4..11e8720 100755 --- a/System/skel/README.txt +++ b/System/skel/README.txt @@ -4,4 +4,4 @@ Please note that this project is in very early development and there might not b Oh yeah! Feel free to contribute to this project by the following link! -Source Code: https://github.com/aleeproductions/bits-UI +Source Code: https://github.com/Alee14/bits-UI 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...") -- cgit v1.2.3