fix repoinstaller URL

This commit is contained in:
Izaya 2019-06-07 11:30:29 +10:00
parent a34a0dc971
commit 106388416e
1 changed files with 1 additions and 1 deletions

View File

@ -33,4 +33,4 @@ for k,v in pairs(dlfiles) do
print("wget "..pathpre..v.." -O "..dest..v)
end
os.execute("wget https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/repoinstaller.lua "..dest.."/.install")
os.execute("wget https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/repo-installer/repoinstaller.lua "..dest.."/.install")