update stac, nativbotes and tf2rue
All checks were successful
ci/woodpecker/manual/drone Pipeline was successful
All checks were successful
ci/woodpecker/manual/drone Pipeline was successful
This commit is contained in:
parent
e148af10dc
commit
eb2653f9c0
1 changed files with 3 additions and 3 deletions
|
|
@ -27,8 +27,8 @@ RUN \
|
||||||
&& rm "${SOURCEMOD_TARBALL_FILE_NAME}" \
|
&& rm "${SOURCEMOD_TARBALL_FILE_NAME}" \
|
||||||
# download plugins
|
# download plugins
|
||||||
&& wget -nv "https://github.com/dordnung/System2/releases/download/v3.3.2/system2.zip" -O system2.zip \
|
&& 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.3.5/stac.zip" -O stac.zip \
|
&& wget -nv "https://github.com/sapphonie/StAC-tf2/releases/download/v6.3.8/stac.zip" -O stac.zip \
|
||||||
&& wget -nv "https://github.com/sapphonie/sourcemod-nativevotes-updated/releases/download/workflow-build61/nativevotes_sm_1.11.zip" -O nativevotes.zip \
|
&& wget -nv "https://github.com/sapphonie/sourcemod-nativevotes-updated/releases/download/workflow-build63/nativevotes_sm_1.11.zip" -O nativevotes.zip \
|
||||||
&& wget -nv "https://github.com/ErikMinekus/sm-advertisements/releases/download/2.1.1/release.tar.gz" -O advertisements.tar.gz \
|
&& wget -nv "https://github.com/ErikMinekus/sm-advertisements/releases/download/2.1.1/release.tar.gz" -O advertisements.tar.gz \
|
||||||
&& wget -nv "http://users.alliedmods.net/~kyles/builds/SteamWorks/SteamWorks-git132-linux.tar.gz" -O SteamWorks.tar.gz \
|
&& 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.smx" -O discord.smx \
|
||||||
|
|
@ -36,7 +36,7 @@ RUN \
|
||||||
&& wget -nv "https://gitlab.com/Zipcore/Discord/-/raw/master/plugins/discord_sourcecomms.smx" -O discord_sourcecomms.smx \
|
&& wget -nv "https://gitlab.com/Zipcore/Discord/-/raw/master/plugins/discord_sourcecomms.smx" -O discord_sourcecomms.smx \
|
||||||
&& wget -nv "https://github.com/eaasye/soapbalancer/raw/master/soapbalancer.smx" -O soapbalancer.smx \
|
&& wget -nv "https://github.com/eaasye/soapbalancer/raw/master/soapbalancer.smx" -O soapbalancer.smx \
|
||||||
&& wget -nv "https://github.com/JoinedSenses/sm-ext-socket/releases/download/v0.2/socket.ext.so" -O socket.ext.so \
|
&& wget -nv "https://github.com/JoinedSenses/sm-ext-socket/releases/download/v0.2/socket.ext.so" -O socket.ext.so \
|
||||||
&& wget -nv "https://github.com/sapphonie/tf2rue/releases/download/v0.0.11/tf2rue.zip" -O tf2rue.zip \
|
&& wget -nv "https://github.com/sapphonie/tf2rue/releases/download/v0.0.13/tf2rue.zip" -O tf2rue.zip \
|
||||||
# install plugins
|
# install plugins
|
||||||
&& unzip -o system2.zip -d "${SERVER_DIR}/tf/addons/sourcemod/" \
|
&& 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/" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue