From e7403f9b144c9c54026813e3131f675236da4f8f Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 30 Jun 2025 14:29:52 -0700 Subject: [PATCH] test --- vanilla/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vanilla/Dockerfile b/vanilla/Dockerfile index fa100e5..4fb2787 100644 --- a/vanilla/Dockerfile +++ b/vanilla/Dockerfile @@ -7,7 +7,7 @@ ENV VS_VERSION="" ENV USERNAME="" # URL's for files -ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/vintage-story/src/branch/main/vanilla/install_script.sh +ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/vintage-story/raw/branch/main/vanilla/install_script.sh # Install Dependencies. RUN apt-get -y update && apt-get autoclean && apt-get autoremove \