mirror of
https://github.com/kepler155c/opus
synced 2025-06-28 08:02:55 +00:00
installer branches
This commit is contained in:
parent
5a32fe208e
commit
a0173ee7e6
@ -6,7 +6,7 @@ local os = _G.os
|
|||||||
|
|
||||||
local requireInjector
|
local requireInjector
|
||||||
if not install.testing then
|
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())()
|
requireInjector = load(http.get(url).readAll())()
|
||||||
else
|
else
|
||||||
requireInjector = _G.requireInjector
|
requireInjector = _G.requireInjector
|
||||||
|
Loading…
x
Reference in New Issue
Block a user