made it so anyone can upload packages (who has permission)

This commit is contained in:
2026-01-19 06:27:44 +11:00
parent 6ea078c80d
commit 81c33d100f
3 changed files with 42 additions and 14 deletions

View File

@@ -35,7 +35,7 @@ def install(args):
with console.status("Downloading tarball...", spinner="bouncingBall", spinner_style="blue") as status:
while retries_left > 0:
# grab the tar ball
response = requests.get(f"https://chookspace.com/api/packages/SpookyDervish/generic/{package_name}/{version}/mineral.tar")
response = requests.get(f"https://chookspace.com/api/packages/ground/generic/{package_name}/{version}/mineral.tar")
# check response code for errors
if response.status_code == 404: # package doesn't exist