mirror of
https://codeberg.org/spire/docker-comp-server.git
synced 2026-06-03 18:14:09 +02:00
fix soap version
This commit is contained in:
parent
6823334f80
commit
239c952fd3
1 changed files with 1 additions and 3 deletions
|
|
@ -9,10 +9,8 @@ tar -xf steamworks.tar.gz --strip-components 1
|
||||||
rm steamworks.tar.gz
|
rm steamworks.tar.gz
|
||||||
|
|
||||||
# SOAP-DM
|
# SOAP-DM
|
||||||
wget -nv "https://github.com/sapphonie/SOAP-TF2DM/archive/master.zip" -O "soap-dm.zip"
|
wget -nv "https://github.com/sapphonie/SOAP-TF2DM/releases/download/v4.4.8/soap.zip" -O "soap-dm.zip"
|
||||||
unzip -o soap-dm.zip
|
unzip -o soap-dm.zip
|
||||||
cp -r SOAP-TF2DM-master/* ./
|
|
||||||
rm -r SOAP-TF2DM-master
|
|
||||||
rm soap-dm.zip
|
rm soap-dm.zip
|
||||||
|
|
||||||
# Improved-Match-Timer
|
# Improved-Match-Timer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue