updates
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# All rights reserved
|
# All rights reserved
|
||||||
|
|
||||||
# Variables.
|
# Variables.
|
||||||
FVTT_VERSION=V11
|
FVTT_VERSION=11
|
||||||
|
|
||||||
echo " "
|
echo " "
|
||||||
echo "Current FoundryVTT Release version is ${FVTT_VERSION}."
|
echo "Current FoundryVTT Release version is ${FVTT_VERSION}."
|
||||||
|
|||||||
2
debian/Dockerfile
vendored
2
debian/Dockerfile
vendored
@@ -10,7 +10,7 @@ ENV GAME_PORT=30000
|
|||||||
RUN addgroup foundry && adduser -q --disabled-password --ingroup foundry foundry
|
RUN addgroup foundry && adduser -q --disabled-password --ingroup foundry foundry
|
||||||
|
|
||||||
# Install dependencies and folder creation
|
# Install dependencies and folder creation
|
||||||
RUN apt update && apt-get install --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \
|
RUN apt update && apt install --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \
|
||||||
&& mkdir -p /foundry /ftemp \
|
&& mkdir -p /foundry /ftemp \
|
||||||
&& chmod 777 -R /foundry \
|
&& chmod 777 -R /foundry \
|
||||||
&& chown 99:100 -R /foundry
|
&& chown 99:100 -R /foundry
|
||||||
|
|||||||
2
debian/files/Install_Script.sh
vendored
2
debian/files/Install_Script.sh
vendored
@@ -3,7 +3,7 @@
|
|||||||
# All rights reserved
|
# All rights reserved
|
||||||
|
|
||||||
# Variables.
|
# Variables.
|
||||||
FVTT_VERSION=V11
|
FVTT_VERSION=11
|
||||||
|
|
||||||
echo " "
|
echo " "
|
||||||
echo "Current FoundryVTT Release version is ${FVTT_VERSION}."
|
echo "Current FoundryVTT Release version is ${FVTT_VERSION}."
|
||||||
|
|||||||
Reference in New Issue
Block a user