From a18407bdb9c87ac970418cd625abe38f550ab45c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 5 Mar 2019 19:26:59 -0500 Subject: Added a bunch of stuff --- system/setup.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 system/setup.lua (limited to 'system/setup.lua') diff --git a/system/setup.lua b/system/setup.lua new file mode 100644 index 0000000..644d0ed --- /dev/null +++ b/system/setup.lua @@ -0,0 +1,14 @@ +term.clear() +term.setCursorPos(1,1) +term.setTextColor(colors.white) + +if fs.exists("/system/skel/README.txt") then + shell.run("copy", "/system/skel/README.txt", "/home") +else + print("[ERROR] Unable to find README.txt...") +end + +print("Welcome to the setup!") + +sleep(3) +shell.run("/system/desktop.lua") \ No newline at end of file -- cgit v1.2.3