From aa655f3050d699ab12e3756ba0f659e277333bb3 Mon Sep 17 00:00:00 2001 From: Obie Hinojosa <109394237+SaruShinobie@users.noreply.github.com> Date: Thu, 10 Apr 2025 00:47:32 -0500 Subject: [PATCH] Remove inline logo in README.md --- README.md | 1 - installer-linux.sh | 4 ++-- installer-windows.bat | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dc73c92..8dbe74e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Lobotomy Land Mods, Installer, and Documentation ## **ALL MOD TITLES HAVE EMBEDDED LINKS TO THEIR PAGES. CLICK ON A MOD TITLE TO LEARN MORE.** -![logo](logo-small.png) # Description This repository contains all the mods running on my personal Minecraft server, their associated links, and their descriptions - it shouldn't update often. diff --git a/installer-linux.sh b/installer-linux.sh index 40993da..b319086 100644 --- a/installer-linux.sh +++ b/installer-linux.sh @@ -1,7 +1,7 @@ #!/bin/bash # shebang! -#-H "Authorization: token ***REMOVED***" +#-H "Authorization: token c3971c2711faee3c824db29a16d4d547472cb0bf" # ^^ public auth token, put here so i dont lose it pasting cURL snippets echo "################" @@ -35,7 +35,7 @@ cd ${moddir} process2="Downloading mod package..." printf "${process2}"\\r; -sudo curl 'https://git.adolin.xyz/saru/lobotomy-mod-pack/raw/branch/main/mods.tar.gz' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0' -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 "Authorization: token ***REMOVED***" -H 'Upgrade-Insecure-Requests: 1' -H 'Sec-Fetch-Dest: document' -H 'Sec-Fetch-Mode: navigate' -H 'Sec-Fetch-Site: same-origin' -H 'Sec-Fetch-User: ?1' -H 'Priority: u=0, i' -H 'TE: trailers' -o mods.tar.gz && printf "${process2} \e[32m[DONE!]\e[0m" +sudo curl 'https://git.adolin.xyz/saru/lobotomy-mod-pack/raw/branch/main/mods.tar.gz' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0' -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 "Authorization: token c3971c2711faee3c824db29a16d4d547472cb0bf" -H 'Upgrade-Insecure-Requests: 1' -H 'Sec-Fetch-Dest: document' -H 'Sec-Fetch-Mode: navigate' -H 'Sec-Fetch-Site: same-origin' -H 'Sec-Fetch-User: ?1' -H 'Priority: u=0, i' -H 'TE: trailers' -o mods.tar.gz && printf "${process2} \e[32m[DONE!]\e[0m" # fixed! echo sleep 1 diff --git a/installer-windows.bat b/installer-windows.bat index 52f33e9..4af4827 100644 --- a/installer-windows.bat +++ b/installer-windows.bat @@ -31,7 +31,7 @@ echo Downloading latest fabric installer... echo Updating... cd /d %mcroot% - 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 "DNT: 1" -H "Sec-GPC: 1" -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 "Sec-Fetch-User: ?1" -H "Priority: u=0, i" -H "TE: trailers" -H "Authorization: token ***REMOVED***" -o mods.tar.gz + 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 "DNT: 1" -H "Sec-GPC: 1" -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 "Sec-Fetch-User: ?1" -H "Priority: u=0, i" -H "TE: trailers" -H "Authorization: token c3971c2711faee3c824db29a16d4d547472cb0bf" -o mods.tar.gz :: GOD i fucking hate this line so much why does it need allat echo Compressing and backing up existing mods...