diff options
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 94c9d65..d213650 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.loadAPI("/System/apis/sha256.lua") -os.loadAPI("/System/apis/json.lua") +os.require("/System/apis/sha256.lua") +os.require("/System/apis/json.lua") local config = "/Home/.config" term.clear() |
