From 415c52354e66637b4bad879943701f59262429f6 Mon Sep 17 00:00:00 2001 From: fithwum Date: Wed, 29 Apr 2026 07:11:38 -0700 Subject: [PATCH] update --- alpine/files/Install_Script.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/alpine/files/Install_Script.sh b/alpine/files/Install_Script.sh index 9a9dea5..7fd5357 100644 --- a/alpine/files/Install_Script.sh +++ b/alpine/files/Install_Script.sh @@ -3,13 +3,11 @@ # All rights reserved # Variables. -FVTT_VERSION=13 +FVTT_VERSION=14 echo " " echo "Current FoundryVTT Release version is ${FVTT_VERSION}." -sleep 1 - # Set permissions. mkdir -p /foundry/fvtt /foundry/data chown 99:100 -R /foundry