1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-10 21:37:43 +00:00

rttp initial version -- insecure

This commit is contained in:
kepler155c@gmail.com
2018-03-30 13:12:46 -04:00
parent a17677730f
commit 3dd351cc86
8 changed files with 272 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
local fs = _G.fs
local http = _G.http
_G.OPUS_BRANCH = 'master-1.8'
_G.OPUS_BRANCH = 'develop-1.8'
local GIT_REPO = 'kepler155c/opus/' .. _G.OPUS_BRANCH
local BASE = 'https://raw.githubusercontent.com/' .. GIT_REPO