generated from oci/template
rebase to dotnet containter
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 57s
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 57s
This commit is contained in:
parent
6531e9422a
commit
7e2e006c62
10 changed files with 33 additions and 109 deletions
16
scripts/01_install.sh
Normal file → Executable file
16
scripts/01_install.sh
Normal file → Executable file
|
@ -8,19 +8,11 @@ if [ "$DISABLE_STEAMCMD" != "true" ]; then
|
|||
fi
|
||||
# if steam beta is empty, or matchs "beta_access_key" we don't need to dwonload the beta
|
||||
if [ -z "$STEAM_BETA" ] || [ "$STEAM_BETA" == "beta_access_key" ]; then
|
||||
echo "Downloading Resonite"
|
||||
/data/steamcmd/steamcmd.sh +login anonymous +force_install_dir /data/resonite +app_update 2519830 +quit
|
||||
echo "[ERROR] Unable to Download Headless, No Beta Key"
|
||||
exit
|
||||
else
|
||||
echo "Downloading Resonite Headless"
|
||||
/data/steamcmd/steamcmd.sh +login ${STEAM_USER} ${STEAM_PASS} ${STEAM_AUTH} +force_install_dir /data/resonite +app_update 2519830 -beta headless -betapassword ${STEAM_BETA} validate +quit
|
||||
/data/steamcmd/steamcmd.sh +force_install_dir /data/resonite +login ${STEAM_USER} ${STEAM_PASS} ${STEAM_AUTH} +app_license_request 2519830 +app_update 2519830 -beta headless -betapassword ${STEAM_BETA} validate +quit
|
||||
fi
|
||||
ln -s /data/resonite/Headless/Resonite.dll /data/resonite/Headless/dotnet-Resonite.dll
|
||||
fi
|
||||
|
||||
# if crystite is enabled, we don't need to check for resonite
|
||||
if [ "$USE_CRYSTITE" != "true" ]; then
|
||||
if [ ! -f "/data/resonite/Headless/Resonite.exe" ]; then
|
||||
echo "Headless/Resonite.exe not found!"
|
||||
echo "Forcing use of Crystite"
|
||||
USE_CRYSTITE="true"
|
||||
fi
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue