From 6fa7779d7d920ddddf5489a2f9b9a1abd094d106 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Mon, 1 Jul 2019 17:25:21 -0400 Subject: [PATCH] shuffled some files around --- games/autorun/games.lua | 6 ------ games/etc/fstab | 6 ++++++ mbs/autorun/startup.lua | 4 +++- milo/plugins/statsView.lua | 1 - 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 games/autorun/games.lua create mode 100644 games/etc/fstab diff --git a/games/autorun/games.lua b/games/autorun/games.lua deleted file mode 100644 index 4116817..0000000 --- a/games/autorun/games.lua +++ /dev/null @@ -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') diff --git a/games/etc/fstab b/games/etc/fstab new file mode 100644 index 0000000..7815ed8 --- /dev/null +++ b/games/etc/fstab @@ -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 \ No newline at end of file diff --git a/mbs/autorun/startup.lua b/mbs/autorun/startup.lua index 196668d..8ff9e9a 100644 --- a/mbs/autorun/startup.lua +++ b/mbs/autorun/startup.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') - diff --git a/milo/plugins/statsView.lua b/milo/plugins/statsView.lua index 9d34d5a..3f1ba3c 100644 --- a/milo/plugins/statsView.lua +++ b/milo/plugins/statsView.lua @@ -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 = { }