mirror of
https://codeberg.org/spire/docker-comp-server.git
synced 2026-06-03 10:04:11 +02:00
switch to stable metamod
This commit is contained in:
parent
ac43e46709
commit
c92ba831a5
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ set -e
|
|||
|
||||
cd $HOME/hlserver/tf2/tf
|
||||
|
||||
mm_url=$(wget -q -O - "https://www.metamodsource.net/downloads.php?branch=master" | grep -oP -m1 "https://[a-z.]+/mmsdrop/[0-9.]+/mmsource-(.*)-linux.tar.gz")
|
||||
mm_url=$(wget -q -O - "https://www.metamodsource.net/downloads.php?branch=stable" | grep -oP -m1 "https://[a-z.]+/mmsdrop/[0-9.]+/mmsource-(.*)-linux.tar.gz")
|
||||
sm_url=$(wget -q -O - "http://www.sourcemod.net/downloads.php?branch=master" | grep -oP -m1 "https://[a-z.]+/smdrop/[0-9.]+/sourcemod-(.*)-linux.tar.gz")
|
||||
|
||||
wget -nv $mm_url
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue