Files
opus-apps/mbs/autorun/startup.lua
kepler155c@gmail.com 6fa7779d7d shuffled some files around
2019-07-01 17:25:21 -04:00

10 lines
185 B
Lua

local fs = _G.fs
local shell = _ENV.shell
if not fs.exists('.mbs') then
print('Installing MBS')
shell.run('mbs download')
end
print('Initializing MBS')
shell.run('mbs startup')