fix comments

This commit is contained in:
Obie Hinojosa 2025-05-28 16:37:42 -05:00
parent fe93176c37
commit 6380bba4d3

View File

@ -162,18 +162,16 @@ time.sleep(2)
# clear out preexisting mods
check_for_old_mod_archive("mods.tar.gz")
delete_directory("mods")
#custom function*
print("Deleting mod folder contents... Done.")
#shut up again
#shut up
os.mkdir(str("mods"))
# download mod archive from https://git.adolin.xyz/saru and extract
# download mod archive from git repo and extract
print("Fetching mods...")
wget.download('')
# #this is the SIMPLEST implementation of curl i have ever seen i just NUTTED SO HARD
# take the last one back, this is fucking insane. `wget` the fucking goat. who knew windows package manager was so cool?
# this is insane. `wget` the fucking goat. who knew windows package manager was so cool?
extract_tar_archive('mods.tar.gz', 'mods')
# ('tarfile', 'directory to extract to')