initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user