From b5a5819137bf665401160522e401caac4d0312e1 Mon Sep 17 00:00:00 2001 From: fithwum Date: Fri, 4 Jul 2025 15:16:55 -0700 Subject: [PATCH] update links --- bedrock/Dockerfile | 2 +- fabric/Dockerfile | 2 +- forge/Dockerfile | 2 +- testing/Dockerfile | 2 +- vanilla/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bedrock/Dockerfile b/bedrock/Dockerfile index 366e525..62aa973 100644 --- a/bedrock/Dockerfile +++ b/bedrock/Dockerfile @@ -10,7 +10,7 @@ ENV XMS_SIZE="" ENV XMN_SIZE="" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/heads/master/bedrock/install_script.sh +ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/bedrock/install_script.sh # Install java-17 & Dependencies. RUN apt-get -y update && apt-get autoclean && apt-get autoremove \ diff --git a/fabric/Dockerfile b/fabric/Dockerfile index 3c87778..fcf9035 100644 --- a/fabric/Dockerfile +++ b/fabric/Dockerfile @@ -12,7 +12,7 @@ ENV XMS_SIZE="" ENV XMN_SIZE="" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/heads/master/fabric/install_script.sh +ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/fabric/install_script.sh # Install Dependencies. RUN apt-get -y update \ diff --git a/forge/Dockerfile b/forge/Dockerfile index 6acb478..7358b23 100644 --- a/forge/Dockerfile +++ b/forge/Dockerfile @@ -6,7 +6,7 @@ ENV GAME_PORT=25565 ENV FORGE_URL=https://maven.minecraftforge.net/net/minecraftforge/forge/1.19.2-43.2.0/forge-1.19.2-43.2.0-installer.jar # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/heads/master/forge/forge-1.19.2/files/Install_Script.sh +ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/forge/Install_Script.sh # Install java-17 & Dependencies. RUN apt-get -y update && apt-get -y autoclean && apt-get -y autoremove \ diff --git a/testing/Dockerfile b/testing/Dockerfile index 5e53953..e7de642 100644 --- a/testing/Dockerfile +++ b/testing/Dockerfile @@ -10,7 +10,7 @@ ENV XMS_SIZE="" ENV XMN_SIZE="" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/heads/master/fabric/install_script.sh +ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/testing/install_script.sh # Install Dependencies. RUN apt-get -y update \ diff --git a/vanilla/Dockerfile b/vanilla/Dockerfile index 5e53953..c66c59a 100644 --- a/vanilla/Dockerfile +++ b/vanilla/Dockerfile @@ -10,7 +10,7 @@ ENV XMS_SIZE="" ENV XMN_SIZE="" # URL's for files -ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/refs/heads/master/fabric/install_script.sh +ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/vanilla/install_script.sh # Install Dependencies. RUN apt-get -y update \