update StAC to work with 64bit, update tf2-comp-fixes
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
This commit is contained in:
parent
d1f43237cf
commit
41d6b6b35e
1 changed files with 3 additions and 3 deletions
|
@ -4,19 +4,19 @@ LABEL maintainer="philipp@boehm.sh"
|
|||
RUN \
|
||||
# download plugins
|
||||
wget -nv "https://github.com/dordnung/System2/releases/download/v3.3.2/system2.zip" -O system2.zip \
|
||||
# && wget -nv "https://github.com/sapphonie/StAC-tf2/releases/download/v6.1.1/stac.zip" -O stac.zip \
|
||||
&& wget -nv "https://github.com/sapphonie/StAC-tf2/releases/download/v6.1.6/stac.zip" -O stac.zip \
|
||||
&& wget -nv "https://github.com/sapphonie/sourcemod-nativevotes-updated/releases/download/workflow-build59/nativevotes_sm_1.11.zip" -O nativevotes.zip \
|
||||
&& wget -nv "http://users.alliedmods.net/~kyles/builds/SteamWorks/SteamWorks-git132-linux.tar.gz" -O SteamWorks.tar.gz \
|
||||
&& wget -nv "https://gitlab.com/Zipcore/Discord/-/raw/master/plugins/discord.smx" -O discord.smx \
|
||||
&& wget -nv "https://gitlab.com/Zipcore/Discord/-/raw/master/plugins/discord_sourcebans.smx" -O discord_sourcebans.smx \
|
||||
&& wget -nv "https://gitlab.com/Zipcore/Discord/-/raw/master/plugins/discord_sourcecomms.smx" -O discord_sourcecomms.smx \
|
||||
&& wget -nv "https://forums.alliedmods.net/attachment.php?attachmentid=83286&d=1299423920" -O socket.zip \
|
||||
&& wget -nv "https://github.com/ldesgoui/tf2-comp-fixes/releases/download/v1.16.13/tf2-comp-fixes.zip" -O tf2-comp-fixes.zip \
|
||||
&& wget -nv "https://github.com/ldesgoui/tf2-comp-fixes/releases/download/v1.16.14/tf2-comp-fixes.zip" -O tf2-comp-fixes.zip \
|
||||
&& wget -nv "https://github.com/sbpp/sourcebans-pp/releases/download/1.7.0/sourcebans-pp-1.7.0.plugins-only.zip" -O sourcebans.zip \
|
||||
|
||||
# install plugins
|
||||
&& unzip -o system2.zip -d "${SERVER_DIR}/tf/addons/sourcemod/" \
|
||||
# && unzip -o stac.zip -d "${SERVER_DIR}/tf/addons/sourcemod/" \
|
||||
&& unzip -o stac.zip -d "${SERVER_DIR}/tf/addons/sourcemod/" \
|
||||
&& unzip -o nativevotes.zip -d "${SERVER_DIR}/tf/" \
|
||||
&& tar xf SteamWorks.tar.gz -C "${SERVER_DIR}/tf/" \
|
||||
&& mv discord.smx "${SERVER_DIR}/tf/addons/sourcemod/plugins/discord.smx" \
|
||||
|
|
Loading…
Reference in a new issue