diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-11-16 17:08:41 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-11-16 17:08:41 -0500 |
| commit | 53e4faeef243c8e229b29012a8031878d7ba666a (patch) | |
| tree | 426ef27599be741c710f46cb80373ab49331564b /System/post-setup.lua | |
| parent | d971f492e0939d85bb55361d028dd0fe9428be63 (diff) | |
| download | bits-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.lua | 4 |
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() |
