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