mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
first working version
This commit is contained in:
10
scripts/init.sh
Normal file
10
scripts/init.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
printf "\e[0;32m*****STARTING INSTALL/UPDATE*****\e[0m"
|
||||
mkdir -p /palworld
|
||||
|
||||
chown -R steam:steam /palworld
|
||||
/home/steam/steamcmd/steamcmd.sh +force_install_dir "/palworld" +login anonymous +app_update 2394010 validate +quit
|
||||
|
||||
# ln -s /home/steam/server/palworld /palworld
|
||||
|
||||
./start.sh
|
||||
Reference in New Issue
Block a user