From 23c1eb761ef1b286ca3549b42b9fdd1b7d89e1d6 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 9 Jun 2021 23:44:22 +0300 Subject: [PATCH] patch: apply steamcmd hotfix --- scripts/steamcmd_installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/steamcmd_installer.sh b/scripts/steamcmd_installer.sh index 206567da..7035e145 100644 --- a/scripts/steamcmd_installer.sh +++ b/scripts/steamcmd_installer.sh @@ -33,6 +33,7 @@ cd /tmp mkdir -p /mnt/server/steamcmd curl -sSL -o steamcmd.tar.gz https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz tar -xzvf steamcmd.tar.gz -C /mnt/server/steamcmd +mkdir -p /mnt/server/steamapps # Fix steamcmd disk write error when this folder is missing cd /mnt/server/steamcmd # SteamCMD fails otherwise for some reason, even running as root. @@ -49,4 +50,4 @@ cp -v linux32/steamclient.so ../.steam/sdk32/steamclient.so ## set up 64 bit libraries mkdir -p /mnt/server/.steam/sdk64 -cp -v linux64/steamclient.so ../.steam/sdk64/steamclient.so \ No newline at end of file +cp -v linux64/steamclient.so ../.steam/sdk64/steamclient.so