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,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
View 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

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')

View File

@@ -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 = { }