add sdrconnect

This commit is contained in:
Robin Appelman 2024-03-23 20:38:15 +01:00
commit b57b4af378

View file

@ -3,6 +3,11 @@ set -e
cd $HOME/hlserver/tf2/tf cd $HOME/hlserver/tf2/tf
# SteamWorks
wget -nv "https://github.com/KyleSanderson/SteamWorks/releases/download/1.2.3c/package-lin.tgz" -O "steamworks.tar.gz"
tar -xf steamworks.tar.gz --strip-components 1
rm steamworks.tar.gz
# SOAP-DM # SOAP-DM
wget -nv "https://github.com/sapphonie/SOAP-TF2DM/archive/master.zip" -O "soap-dm.zip" wget -nv "https://github.com/sapphonie/SOAP-TF2DM/archive/master.zip" -O "soap-dm.zip"
unzip -o soap-dm.zip unzip -o soap-dm.zip
@ -81,6 +86,9 @@ wget -nv https://github.com/spiretf/nocheats/raw/master/plugin/nocheats.smx
## NoChat ## NoChat
wget -nv https://github.com/spiretf/nochat/raw/main/plugin/nochat.smx wget -nv https://github.com/spiretf/nochat/raw/main/plugin/nochat.smx
## SdrConnect
wget -nv https://github.com/spiretf/sdrconnect/raw/main/plugin/sdrconnect.smx
## SetTeam ## SetTeam
wget -nv https://github.com/spiretf/setteam/raw/master/plugin/setteam.smx wget -nv https://github.com/spiretf/setteam/raw/master/plugin/setteam.smx