This commit is contained in:
parent
f0934ef9ce
commit
010f10daa4
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ RUN \
|
|||
&& tar xf advertisements.tar.gz -C "${SERVER_DIR}/tf/" \
|
||||
&& tar xf SteamWorks.tar.gz -C "${SERVER_DIR}/tf/" \
|
||||
&& unzip -o discord.zip -d "${SERVER_DIR}/tf/addons/sourcemod/" \
|
||||
&& mv "${SERVER_DIR}/tf/addons/sourcemod/Discord-master/*" "${SERVER_DIR}/tf/addons/sourcemod/"
|
||||
&& mv "${SERVER_DIR}/tf/addons/sourcemod/Discord-master/*" "${SERVER_DIR}/tf/addons/sourcemod/" \
|
||||
&& mv soapbalancer.smx "${SERVER_DIR}/tf/addons/sourcemod/plugins/soapbalancer.smx" \
|
||||
&& unzip -o socket.zip -d "${SERVER_DIR}/tf/" \
|
||||
&& tar xf sourcebans.tar.gz -C "${SERVER_DIR}/tf/" \
|
||||
|
|
Loading…
Reference in a new issue