installer branches

This commit is contained in:
kepler155c@gmail.com 2018-01-24 18:13:34 -05:00
parent 5a32fe208e
commit a0173ee7e6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ local os = _G.os
local requireInjector
if not install.testing then
local url ='https://raw.githubusercontent.com/kepler155c/opus/master/sys/apis/injector.lua'
local url ='https://raw.githubusercontent.com/kepler155c/opus/develop-1.8/sys/apis/injector.lua'
requireInjector = load(http.get(url).readAll())()
else
requireInjector = _G.requireInjector