fixed URL pointing to wrong repository

This commit is contained in:
2023-11-08 15:38:38 -08:00
parent a1b85fdd42
commit a61309aa6e
39 changed files with 39 additions and 39 deletions

View File

@@ -8,7 +8,7 @@ ENV MC_SERVER_FILE="https://launcher.mojang.com/v1/objects/3d501b23df53c548254f5
ENV MC_RUN_FILE="https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-vanilla.sh"
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script_Vanilla.sh
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/Install_Script_Vanilla.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \