fixed flags for tarballs
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Philipp 2022-04-20 23:53:01 +02:00
parent 3b5eafa275
commit 592e8afb42
Signed by untrusted user who does not match committer: Forgejo
GPG key ID: 5A09F9506519E10A

View file

@ -16,7 +16,7 @@ RUN \
&& unzip -o stac.zip -d "${SERVER_DIR}/tf/addons/sourcemod/" \
&& unzip -o nativevotes.zip -d "${SERVER_DIR}/tf/" \
&& tar xf advertisements.tar.gz -C "${SERVER_DIR}/tf/" \
&& tar -xf SteamWorks.tar.gz -d "${SERVER_DIR}/tf/" \
&& tar xf SteamWorks.tar.gz -C "${SERVER_DIR}/tf/" \
&& unzip -o discord.zip -d "{$SERVER_DIR}/tf/addons/" \
&& mv soapbalancer.smx "{$SERVER_DIR}/tf/addons/sourcemod/plugins/soapbalancer.smx" \
&& unzip -o socket.zip -d "${SERVER_DIR}/tf/" \