This commit is contained in:
2025-07-01 08:45:44 -07:00
parent 0687af5815
commit 853c9caf5c
11 changed files with 18 additions and 19 deletions

View File

@@ -12,7 +12,7 @@ ENV XMS_SIZE=""
ENV XMN_SIZE=""
# URL's for files
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/install_script.sh
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/heads/master/fabric/install_script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update && apt-get autoclean && apt-get autoremove \

View File

@@ -4,7 +4,7 @@
# Main Install Links
SERVER_FILE=https://meta.fabricmc.net/v2/versions/loader/$MC_VERSION/$FABRIC_VERSION/$INSTALLER_VERSION/server/jar
MC_RUN_FILE=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/run.sh
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/refs/heads/master/fabric/run.sh
rm -fr /MCserver/run_*.sh