initial commit

This commit is contained in:
2026-07-13 10:21:07 -03:00
commit e176a45d4b
4 changed files with 84 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/usr/bin/env bash
set -e
: "${ACEVO_APP_ID:=4564210}"
# Install/update anonymously
"${STEAMCMD_DIR}/steamcmd.sh" \
+login anonymous \
+force_install_dir "${ACEVO_INSTALL_DIR}" \
+app_update "${ACEVO_APP_ID}" validate \
+quit
# Start Emperor Servers AC Evo Server Manager
cd /app
node dist/index.js