Add launch.sh

This commit is contained in:
2026-02-17 01:29:24 +00:00
parent 09549414b2
commit e850a5f4cc

18
launch.sh Normal file
View 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