This commit is contained in:
kepler155c
2017-09-24 18:54:35 -04:00
parent 05166c1fd3
commit 8d1acbbd7c
3 changed files with 19 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
local args = { ... }
local GIT_REPO = 'kepler155c/opus/develop'
local GIT_REPO = 'kepler155c/opus/master'
local BASE = 'https://raw.githubusercontent.com/' .. GIT_REPO
local function dourl(env, url)
@@ -32,7 +32,7 @@ local s, m = pcall(function()
-- install filesystem
fs.mount('', 'gitfs', GIT_REPO)
fs.mount('usr', 'gitfs', 'kepler155c/opus-apps/develop')
fs.mount('usr', 'gitfs', 'kepler155c/opus-apps/master')
-- start program
local file = table.remove(args, 1)