From e3f27acbd0a5714d8634b3bee97162b6dcf9cf38 Mon Sep 17 00:00:00 2001 From: fithwum Date: Tue, 1 Jul 2025 14:22:52 -0700 Subject: [PATCH] updates --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 93fe937..1e35dee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV GAME_PORT_2="" ENV GAME_PORT_3="" # URL's for files -ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/veloren/-/raw/master/files/install_script.sh +ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/veloren/refs/heads/main/files/install_script.sh # Install java-17 & Dependencies. RUN apt-get -y update && apt-get autoclean && apt-get autoremove \