insert wget link to tarball

This commit is contained in:
Obie Hinojosa 2025-05-28 16:43:36 -05:00
parent 6380bba4d3
commit 200f068ed8

View File

@ -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')