startserver.sh download link Broken
Heisi opened this issue ยท 1 comments
Setup 404 Download Error under Linux:
startserver.bat Windows is working:
set FORGE_VERSION=43.2.14
:: To use a specific Java runtime, set an environment variable named ATM8_JAVA to the full path of java.exe.
:: To disable automatic restarts, set an environment variable named ATM8_RESTART to false.
:: To install the pack without starting the server, set an environment variable named ATM8_INSTALL_ONLY to true.
set MIRROR=https://maven.allthehosting.com/releases/
set INSTALLER="%~dp0forge-1.19.2-%FORGE_VERSION%-installer.jar"
set FORGE_URL="%MIRROR%net/minecraftforge/forge/1.19.2-%FORGE_VERSION%/forge-1.19.2-%FORGE_VERSION%-installer.jar"
startserver.sh Linux 404 error:
#!/bin/sh
set -eu
FORGE_VERSION=43.2.14
# To use a specific Java runtime, set an environment variable named ATM8_JAVA to the full path of java.exe.
# To disable automatic restarts, set an environment variable named ATM8_RESTART to false.
# To install the pack without starting the server, set an environment variable named ATM8_INSTALL_ONLY to true.
MIRROR="https://maven.allthehosting.com/releases/"
INSTALLER="forge-1.19.2-$FORGE_VERSION-installer.jar"
FORGE_URL="$MIRROR/maven/net/minecraftforge/forge/1.19.2-$FORGE_VERSION/forge-1.19.2-$FORGE_VERSION-installer.jar"
The error is at the FORGE_URL part. The "maven" is too much