We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9730b86 commit 753f6dcCopy full SHA for 753f6dc
bookworm/etc/entry.sh
@@ -58,9 +58,6 @@ ln -sfT ${STEAMCMDDIR}/linux64/steamclient.so ~/.steam/sdk64/steamclient.so
58
# FIX: extend linked library search path to include additional libs provided by valve
59
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${STEAMAPPDIR}/bin/linuxsteamrt64"
60
61
-# FIX: map libserver.so to libserver_valve.so
62
-ln -s ${STEAMAPPDIR}/game/csgo/bin/linuxsteamrt64/libserver.so ${STEAMAPPDIR}/game/bin/linuxsteamrt64/libserver_valve.so
63
-
64
# Install server.cfg
65
mkdir -p $STEAMAPPDIR/game/csgo/cfg
66
cp /etc/server.cfg "${STEAMAPPDIR}"/game/csgo/cfg/server.cfg
0 commit comments