Skip to content

Commit

Permalink
Merge pull request #138 from Yukics/patch-1
Browse files Browse the repository at this point in the history
fix: not being able to copy conf
  • Loading branch information
joedwards32 authored Nov 19, 2024
2 parents 7de1841 + aad4252 commit abc0d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bookworm/etc/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ mkdir -p ~/.steam/sdk64
ln -sfT ${STEAMCMDDIR}/linux64/steamclient.so ~/.steam/sdk64/steamclient.so

# Install server.cfg
mkdir -p $STEAMAPPDIR/game/csgo/cfg
cp /etc/server.cfg "${STEAMAPPDIR}"/game/csgo/cfg/server.cfg

# Install hooks if they don't already exist
Expand Down

0 comments on commit abc0d59

Please sign in to comment.