Skip to content

Commit

Permalink
Merge pull request thijsvanloef#224 from s8ngyu/main
Browse files Browse the repository at this point in the history
add support macOS
  • Loading branch information
thijsvanloef authored Jan 31, 2024
2 parents 13ba37f + 1e47808 commit ecb1694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [ "${UPDATE_ON_BOOT}" = true ]; then
printf "\e[0;32m*****STARTING INSTALL/UPDATE*****\e[0m\n"
/home/steam/steamcmd/steamcmd.sh +force_install_dir "/palworld" +login anonymous +app_update 2394010 validate +quit
/home/steam/steamcmd/steamcmd.sh +@sSteamCmdForcePlatformType linux +@sSteamCmdForcePlatformBitness 64 +force_install_dir "/palworld" +login anonymous +app_update 2394010 validate +quit
fi

STARTCOMMAND=("./PalServer.sh")
Expand Down

0 comments on commit ecb1694

Please sign in to comment.