From d4e2b6149044e37070fe5c7da248a0c12882b9da Mon Sep 17 00:00:00 2001 From: themodernhakr Date: Tue, 4 Mar 2025 21:20:59 -0600 Subject: [PATCH] change packwiz url to https --- server-properties/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-properties/start.sh b/server-properties/start.sh index 1036bde..7c6a168 100755 --- a/server-properties/start.sh +++ b/server-properties/start.sh @@ -4,7 +4,7 @@ fileName="fabric-1.21.1.jar" memory=8192 configPath="./config" serverConfigDir="server-properties" -packwizPath="http://files.ferdin.land/ferdinland/modpacks/server/smp/" +packwizPath="https://files.ferdin.land/ferdinland/modpacks/server/smp/" # Install git if it's not installed export git=$(which git)