Merge pull request #16 from joedwards32/steamclient.so_fix
symlink steamclient.so to correct location
This commit is contained in:
commit
dbb98f7bc6
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ bash "${STEAMCMDDIR}/steamcmd.sh" +force_install_dir "${STEAMAPPDIR}" \
|
|||
+app_update "${STEAMAPPID}" \
|
||||
+quit
|
||||
|
||||
# steamclient.so fix
|
||||
mkdir -p ~/.steam/sdk64
|
||||
ln -sfT ${STEAMCMDDIR}/linux64/steamclient.so ~/.steam/sdk64/steamclient.so
|
||||
|
||||
# Install server.cfg
|
||||
cp /etc/server.cfg "${STEAMAPPDIR}"/game/csgo/cfg/server.cfg
|
||||
sed -i -e "s/{{SERVER_HOSTNAME}}/${CS2_SERVERNAME}/g" "${STEAMAPPDIR}"/game/csgo/cfg/server.cfg \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue