Update pakager.lua

This commit is contained in:
Caden Ream
2024-07-10 10:50:00 -07:00
committed by GitHub
parent 0482275b31
commit 2763627193

View File

@@ -22,7 +22,7 @@ if not fs.exists("/.aliases") then
end end
if not fs.exists("/.repos") then if not fs.exists("/.repos") then
local file = fs.open("/.repos","w") local file = fs.open("/.repos","w")
file.write("") file.write("url https://raw.githubusercontent.com/cadenthecreator/pakrepo/main/{PAKAGE}.pkg")
file.close() file.close()
end end