Skip to content

Commit

Permalink
move chown
Browse files Browse the repository at this point in the history
  • Loading branch information
phyzical committed Jul 27, 2024
1 parent 8f84313 commit 9da2bcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ if [ ! -d "/steamcmd" ]; then
fi

chown -R ${user}:${user} /steamcmd
chown -R ${user}:${user} /home/${user}

echo "Downloading any updates for CS2..."
# https://developer.valvesoftware.com/wiki/Command_line_options
Expand All @@ -124,8 +125,6 @@ sudo -u $user /steamcmd/steamcmd.sh \

cd /home/${user} || exit

chown -R ${user}:${user} /home/${user}

mkdir -p /root/.steam/sdk32/
ln -sf /steamcmd/linux32/steamclient.so /root/.steam/sdk32/
mkdir -p /root/.steam/sdk64/
Expand Down

0 comments on commit 9da2bcf

Please sign in to comment.