Skip to content

Commit 23c1eb7

Browse files
authored
patch: apply steamcmd hotfix
1 parent 979ef2b commit 23c1eb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/steamcmd_installer.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ cd /tmp
3333
mkdir -p /mnt/server/steamcmd
3434
curl -sSL -o steamcmd.tar.gz https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz
3535
tar -xzvf steamcmd.tar.gz -C /mnt/server/steamcmd
36+
mkdir -p /mnt/server/steamapps # Fix steamcmd disk write error when this folder is missing
3637
cd /mnt/server/steamcmd
3738

3839
# SteamCMD fails otherwise for some reason, even running as root.
@@ -49,4 +50,4 @@ cp -v linux32/steamclient.so ../.steam/sdk32/steamclient.so
4950

5051
## set up 64 bit libraries
5152
mkdir -p /mnt/server/.steam/sdk64
52-
cp -v linux64/steamclient.so ../.steam/sdk64/steamclient.so
53+
cp -v linux64/steamclient.so ../.steam/sdk64/steamclient.so

0 commit comments

Comments
 (0)