diff --git a/repo-installer/instgen.lua b/repo-installer/instgen.lua index bb20ea5..800f680 100644 --- a/repo-installer/instgen.lua +++ b/repo-installer/instgen.lua @@ -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")