mirror of
https://github.com/kepler155c/opus
synced 2025-10-23 03:37:40 +00:00
installer branches
This commit is contained in:
@@ -8,7 +8,7 @@ local injector
|
||||
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'
|
||||
injector = load(http.get(url).readAll(), 'injector.lua', nil, _ENV)
|
||||
injector = load(http.get(url).readAll(), 'injector.lua', nil, _ENV)()
|
||||
else
|
||||
injector = _G.requireInjector
|
||||
end
|
||||
|
Reference in New Issue
Block a user