Missed &&
All checks were successful
ci/woodpecker/push/drone Pipeline was successful

This commit is contained in:
Philipp 2025-02-20 22:28:32 +01:00 committed by Forgejo
parent 1bbab9ff34
commit 2de7ac4136
Signed by: Forgejo
GPG key ID: 5A09F9506519E10A

View file

@ -26,7 +26,7 @@ RUN \
&& rm "${METAMOD_TARBALL_FILE_NAME}" \
&& rm "${SOURCEMOD_TARBALL_FILE_NAME}" \
# 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.2.0/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/ErikMinekus/sm-advertisements/releases/download/2.1.1/release.tar.gz" -O advertisements.tar.gz \