aboutsummaryrefslogtreecommitdiff
path: root/System/post-setup.lua
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-11-16 17:08:41 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-11-16 17:08:41 -0500
commit53e4faeef243c8e229b29012a8031878d7ba666a (patch)
tree426ef27599be741c710f46cb80373ab49331564b /System/post-setup.lua
parentd971f492e0939d85bb55361d028dd0fe9428be63 (diff)
downloadbits-UI-53e4faeef243c8e229b29012a8031878d7ba666a.tar.gz
bits-UI-53e4faeef243c8e229b29012a8031878d7ba666a.tar.bz2
bits-UI-53e4faeef243c8e229b29012a8031878d7ba666a.zip
Revert changes; Added a welcome text
Diffstat (limited to 'System/post-setup.lua')
-rw-r--r--System/post-setup.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/System/post-setup.lua b/System/post-setup.lua
index d213650..94c9d65 100644
--- a/System/post-setup.lua
+++ b/System/post-setup.lua
@@ -12,8 +12,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
]]--
-os.require("/System/apis/sha256.lua")
-os.require("/System/apis/json.lua")
+os.loadAPI("/System/apis/sha256.lua")
+os.loadAPI("/System/apis/json.lua")
local config = "/Home/.config"
term.clear()