From 8e61c0ef46230f79158ad05f962c4a86444906d5 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Wed, 24 Jan 2018 18:18:27 -0500 Subject: [PATCH] installer branches --- sys/apps/Installer.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/apps/Installer.lua b/sys/apps/Installer.lua index 298a67f..45ee105 100644 --- a/sys/apps/Installer.lua +++ b/sys/apps/Installer.lua @@ -6,6 +6,7 @@ local os = _G.os local requireInjector if not install.testing then + _ENV.BRANCH = 'develop-1.8' local url ='https://raw.githubusercontent.com/kepler155c/opus/develop-1.8/sys/apis/injector.lua' requireInjector = load(http.get(url).readAll())() else