symlink steamclient.so to correct location
This commit is contained in:
parent
f703cbf72d
commit
26e45981a3
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ bash "${STEAMCMDDIR}/steamcmd.sh" +force_install_dir "${STEAMAPPDIR}" \
|
||||||
+app_update "${STEAMAPPID}" \
|
+app_update "${STEAMAPPID}" \
|
||||||
+quit
|
+quit
|
||||||
|
|
||||||
|
# steamclient.so fix
|
||||||
|
mkdir -p ~/.steam/sdk64
|
||||||
|
ln -sfT ${STEAMCMDDIR}/linux64/steamclient.so ~/.steam/sdk64/steamclient.so
|
||||||
|
|
||||||
# Install server.cfg
|
# Install server.cfg
|
||||||
cp /etc/server.cfg "${STEAMAPPDIR}"/game/csgo/cfg/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 \
|
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