shuffled some files around

This commit is contained in:
kepler155c@gmail.com
2019-07-01 17:25:21 -04:00
parent fdf6590dc7
commit 6fa7779d7d
4 changed files with 9 additions and 8 deletions

View File

@@ -1,7 +1,9 @@
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')