mirror of
https://codeberg.org/spire/docker-comp-server.git
synced 2026-06-03 18:14:09 +02:00
fix unzip for pause update
This commit is contained in:
parent
ee29c50aae
commit
72d74c3850
1 changed files with 1 additions and 1 deletions
|
|
@ -90,6 +90,6 @@ printf "\nsm plugins load properpregame\n" >> $HOME/hlserver/tf2/tf/cfg/sourcemo
|
||||||
cd $HOME/hlserver/tf2/tf
|
cd $HOME/hlserver/tf2/tf
|
||||||
|
|
||||||
wget -nv https://github.com/l-Aad-l/updated-pause-plugin/releases/download/v1.4.2/updated-pause-plugin.zip
|
wget -nv https://github.com/l-Aad-l/updated-pause-plugin/releases/download/v1.4.2/updated-pause-plugin.zip
|
||||||
unzip updated-pause-plugin.zip
|
unzip -o updated-pause-plugin.zip
|
||||||
rm updated-pause-plugin.zip
|
rm updated-pause-plugin.zip
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue