Skip to content

Commit

Permalink
missed the mod install
Browse files Browse the repository at this point in the history
  • Loading branch information
phyzical committed Jul 27, 2024
1 parent 3ded697 commit f8b028a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ ln -sf /steamcmd/linux32/steamclient.so /home/${user}/.steam/sdk32/
mkdir -p /home/${user}/.steam/sdk64/
ln -sf /steamcmd/linux64/steamclient.so /home/${user}/.steam/sdk64/

echo "Installing mods"
cp -R /home/cs2-modded-server/game/csgo/ /home/${user}/cs2/game/

echo "Merging in custom files"
cp -RT /home/custom_files/ /home/${user}/cs2/game/csgo/

Expand Down

0 comments on commit f8b028a

Please sign in to comment.