From 53e4faeef243c8e229b29012a8031878d7ba666a Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 16 Nov 2020 17:08:41 -0500 Subject: Revert changes; Added a welcome text --- System/post-setup.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'System/post-setup.lua') 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() -- cgit v1.2.3