mirror of
https://github.com/kepler155c/opus
synced 2025-11-04 17:43:01 +00:00
rename shell -> shell.lua
This commit is contained in:
@@ -64,7 +64,7 @@ else
|
||||
fs.mount('', 'gitfs', GIT_REPO)
|
||||
end
|
||||
|
||||
local s, m = pcall(run, 'sys/apps/shell', 'sys/kernel.lua', ...)
|
||||
local s, m = pcall(run, 'sys/apps/shell.lua', 'sys/kernel.lua', ...)
|
||||
|
||||
if not s then
|
||||
print('\nError loading Opus OS\n')
|
||||
|
||||
Reference in New Issue
Block a user