shuffled some files around
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
fs.mount('packages/games/Othello.lua', 'urlfs', 'http://pastebin.com/raw/rMeh1Kag')
|
||||
fs.mount('packages/games/Pipes.lua', 'urlfs', 'https://pastebin.com/raw/skcs9x1s')
|
||||
fs.mount('packages/games/Strafe.lua', 'urlfs', 'https://pastebin.com/raw/jyDH7mLH')
|
||||
fs.mount('packages/games/Breakout.lua', 'urlfs', 'https://gist.github.com/LDDestroier/c7528d95bc0103545c2a/raw')
|
||||
fs.mount('packages/games/Minesweeper.lua', 'urlfs', 'https://pastebin.com/raw/nsKrHTbN')
|
||||
fs.mount('packages/games/Tron.lua', 'urlfs', 'https://raw.githubusercontent.com/LDDestroier/CC/master/tron.lua')
|
||||
6
games/etc/fstab
Normal file
6
games/etc/fstab
Normal file
@@ -0,0 +1,6 @@
|
||||
packages/games/Othello.lua urlfs http://pastebin.com/raw/rMeh1Kag
|
||||
packages/games/Pipes.lua urlfs https://pastebin.com/raw/skcs9x1s
|
||||
packages/games/Strafe.lua urlfs https://pastebin.com/raw/jyDH7mLH
|
||||
packages/games/Breakout.lua urlfs https://gist.github.com/LDDestroier/c7528d95bc0103545c2a/raw
|
||||
packages/games/Minesweeper.lua urlfs https://pastebin.com/raw/nsKrHTbN
|
||||
packages/games/Tron.lua urlfs https://raw.githubusercontent.com/LDDestroier/CC/master/tron.lua
|
||||
@@ -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')
|
||||
|
||||
|
||||
@@ -190,7 +190,6 @@ local function createPage(node)
|
||||
local stateTab = page.tabs[4]
|
||||
local activityTab = page.tabs[5]
|
||||
local taskTab = page.tabs[6]
|
||||
_G._p2 = overviewTab
|
||||
|
||||
local function getStorageStats()
|
||||
local stats = { }
|
||||
|
||||
Reference in New Issue
Block a user