We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320f365 commit f28e457Copy full SHA for f28e457
start-server.sh
@@ -1,17 +1,6 @@
1
#!/bin/bash
2
set -e
3
4
-export WINEDEBUG=-all
5
-export WINEARCH=win64
6
-export WINEPREFIX=/opt/wine64
7
-export XDG_RUNTIME_DIR=/tmp
8
-
9
-# skip wineboot if initialized already
10
-if [ ! -d "$WINEPREFIX" ]; then
11
- echo "Initialize wine..."
12
- wineboot --init && sleep 5
13
-fi
14
15
echo "Installing/updating SCUM dedicated server..."
16
/opt/steamcmd/steamcmd.sh +@sSteamCmdForcePlatformType windows \
17
+force_install_dir /opt/scumserver \
0 commit comments