gitea, zomboid updates, ssh key fixes
This commit is contained in:
18
ansible/roles/podman/templates/zomboid/install.scmd.j2
Normal file
18
ansible/roles/podman/templates/zomboid/install.scmd.j2
Normal file
@@ -0,0 +1,18 @@
|
||||
// SteamCMD script for Project Zomboid Server installation
|
||||
// Based on IndifferentBroccoli/projectzomboid-server-docker
|
||||
|
||||
// Do not shutdown on a failed command
|
||||
@ShutdownOnFailedCommand 0
|
||||
|
||||
// No password prompt as this is unattended
|
||||
@NoPromptForPassword 1
|
||||
|
||||
// Set the game installation directory
|
||||
force_install_dir /project-zomboid
|
||||
|
||||
login anonymous
|
||||
|
||||
// Install/Update the Project Zomboid Dedicated Server - Unstable Branch (Build 42)
|
||||
app_update 380870 -beta unstable validate
|
||||
|
||||
quit
|
||||
Reference in New Issue
Block a user