From 3bdb7cd722a669cc179d36a50d7a780a76f38ba2 Mon Sep 17 00:00:00 2001 From: saru Date: Thu, 24 Oct 2024 18:31:38 -0500 Subject: [PATCH] sigma --- installer-windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer-windows.bat b/installer-windows.bat index 8c2f2a5..a5eae7f 100644 --- a/installer-windows.bat +++ b/installer-windows.bat @@ -20,7 +20,7 @@ echo Downloading latest fabric installer... echo Updating Mods... - curl -k "https://git.adolin.xyz/saru/lobotomy-mod-pack/src/commit/07dba1b0ab21e3a764f9e31c82fe459e6ab0b133/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 c3971c2711faee3c824db29a16d4d547472cb0bf" -o mods.tar.gz + curl -k "https://git.adolin.xyz/saru/lobotomy-mod-pack/src/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 c3971c2711faee3c824db29a16d4d547472cb0bf" -o mods.tar.gz echo Compressing and backing up existing mods...