Skip to content

Commit

Permalink
more chown
Browse files Browse the repository at this point in the history
  • Loading branch information
phyzical committed Jul 27, 2024
1 parent 8ee3e64 commit b6e7b0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ 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 All @@ -137,7 +139,7 @@ ln -sf /steamcmd/linux64/steamclient.so /home/${user}/.steam/sdk64/
echo "Merging in custom files"
cp -RT /home/custom_files/ /home/${user}/cs2/game/csgo/

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

cd /home/${user}/cs2 || exit

Expand Down

0 comments on commit b6e7b0d

Please sign in to comment.