From 200f068ed8d27b4e063c7e8fbc87045214d73b00 Mon Sep 17 00:00:00 2001 From: Obie Hinojosa Date: Wed, 28 May 2025 16:43:36 -0500 Subject: [PATCH] insert wget link to tarball --- installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.py b/installer.py index 549f079..6c22f25 100644 --- a/installer.py +++ b/installer.py @@ -170,7 +170,7 @@ os.mkdir(str("mods")) # download mod archive from git repo and extract print("Fetching mods...") -wget.download('') +wget.download('https://git.sarushinobie.dev/saru/family-minecraft-modpack/releases/download/0.0.1/mods.tar.gz') # this is insane. `wget` the fucking goat. who knew windows package manager was so cool? extract_tar_archive('mods.tar.gz', 'mods')