From 235dca1887bf022dbbe34ee5283d0a261e04b162 Mon Sep 17 00:00:00 2001 From: fithwum Date: Tue, 1 Jul 2025 08:33:03 -0700 Subject: [PATCH] update --- vanilla/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vanilla/Dockerfile b/vanilla/Dockerfile index 349c846..2ccb1c4 100644 --- a/vanilla/Dockerfile +++ b/vanilla/Dockerfile @@ -7,7 +7,7 @@ ENV VS_VERSION="" ENV USERNAME="" # URL's for files -ARG INSTALL_SCRIPT=https://github.com/fithwum/vintage-story/raw/refs/heads/main/vanilla/install_script.sh +ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/vintage-story/refs/heads/main/vanilla/install_script.sh # Install Dependencies. RUN apt-get -y update && apt-get autoclean && apt-get autoremove \