From f0846c8daa0ab4ddc1352b9a7e745437bd4b17d8 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Thu, 5 Oct 2017 18:05:57 -0400 Subject: [PATCH] id upgrade fixes --- sys/apis/injector.lua | 2 +- sys/boot/multishell.boot | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/apis/injector.lua b/sys/apis/injector.lua index 7723204..5ad8e75 100644 --- a/sys/apis/injector.lua +++ b/sys/apis/injector.lua @@ -1,4 +1,4 @@ -local DEFAULT_UPATH = 'https://raw.githubusercontent.com/kepler155c/opus/master/sys/apis' +local DEFAULT_UPATH = 'https://raw.githubusercontent.com/kepler155c/opus/develop/sys/apis' local PASTEBIN_URL = 'http://pastebin.com/raw' local GIT_URL = 'https://raw.githubusercontent.com' diff --git a/sys/boot/multishell.boot b/sys/boot/multishell.boot index 077e225..15fcf51 100644 --- a/sys/boot/multishell.boot +++ b/sys/boot/multishell.boot @@ -29,7 +29,7 @@ term.setCursorPos((w - #str) / 2, h) term.write(str) term.setCursorPos(w, h) -local GIT_REPO = 'kepler155c/opus/master' +local GIT_REPO = 'kepler155c/opus/develop' local BASE = 'https://raw.githubusercontent.com/' .. GIT_REPO local function makeEnv() @@ -87,7 +87,7 @@ if not fs.exists('usr/autorun') then fs.makeDir('usr/autorun') end if not fs.exists('usr/etc/fstab') or not fs.exists('usr/etc/fstab.ignore') then - Util.writeFile('usr/etc/fstab', 'usr gitfs kepler155c/opus-apps/master') + Util.writeFile('usr/etc/fstab', 'usr gitfs kepler155c/opus-apps/develop') Util.writeFile('usr/etc/fstab.ignore', 'forced fstab overwrite') end if not fs.exists('usr/config/shell') then