diff --git a/installer-windows.bat b/installer-windows.bat index 9418049..aaf5737 100644 --- a/installer-windows.bat +++ b/installer-windows.bat @@ -18,7 +18,7 @@ echo Updating Mods... curl -k "https://git.adolin.xyz/saru/lobotomy-mod-pack/raw/branch/main/mods.tar.gz" -H "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/png,image/svg+xml,*/*;q=0.8" -H "Accept-Language: en-US,en;q=0.5" -H "Accept-Encoding: gzip, deflate, br, zstd" -H "Prefer: safe" -H "Alt-Used: git.adolin.xyz" -H "Connection: keep-alive" -H "Upgrade-Insecure-Requests: 1" -H "Sec-Fetch-Dest: document" -H "Sec-Fetch-Mode: navigate" -H "Sec-Fetch-Site: same-origin" -H "Authorization: token ***REMOVED***" -o mods.tar.gz - Compressing and backing up existing mods... + echo Compressing and backing up existing mods... tar -czf %mcroot%/mods-backup-%cusdate%.tar.gz %modfolder% @timeout /t 2 >nul 2>&1 @@ -28,7 +28,7 @@ echo Updating Mods... @timeout /t 2 >nul 2>&1 - tar -xvzf %mcroot%/mods.tar.gz -C %modfolder% + tar -xvzf %mcroot%/mods.tar.gz -C %mcroot% echo Sigma! echo All done. diff --git a/installer.py b/installer.py new file mode 100644 index 0000000..e69de29