Add launch.sh
This commit is contained in:
18
launch.sh
Normal file
18
launch.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Clear the terminal
|
||||
clear
|
||||
|
||||
# Credentials used to authenticate with Steam to download/update the headless server
|
||||
STEAM_USERNAME=""
|
||||
STEAM_PASSWORD=""
|
||||
RESONITE_BETA_CODE=""
|
||||
|
||||
# Install / update Resonite
|
||||
/usr/games/steamcmd +login ${STEAM_USERNAME} ${STEAM_PASSWORD} +@sSteamCmdForcePlatformType windows +force_install_dir /root/Resonite +app_update 2519830 -beta h>
|
||||
|
||||
# Change Directory to the Resonite Headless software
|
||||
cd /root/Resonite/Headless
|
||||
|
||||
# Run the Resonite Headless Server
|
||||
dotnet Resonite.dll
|
||||
Reference in New Issue
Block a user