From bc4c5115a54713b984d18146697ae44f09f6aece Mon Sep 17 00:00:00 2001 From: fithwum Date: Tue, 10 Jun 2025 17:40:58 -0700 Subject: [PATCH] url update --- vanilla/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vanilla/Dockerfile b/vanilla/Dockerfile index 9bc611c..7398438 100644 --- a/vanilla/Dockerfile +++ b/vanilla/Dockerfile @@ -7,7 +7,7 @@ ENV VS_VERSION="" ENV USERNAME="vintagestory" # URL's for files -ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/vintage-story/-/raw/master/vanilla/install_script.sh +ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/vintage-story/-/raw/main/vanilla/install_script.sh # Install Dependencies. RUN apt-get -y update && apt-get autoclean && apt-get autoremove \