mirror of
https://codeberg.org/spire/docker-comp-server.git
synced 2026-06-03 18:14:09 +02:00
fix metamod download link
This commit is contained in:
parent
5a9a3609a5
commit
ec00868a67
5 changed files with 1 additions and 1 deletions
BIN
.sourcemod.sh.kate-swp
Normal file
BIN
.sourcemod.sh.kate-swp
Normal file
Binary file not shown.
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $HOME/hlserver/tf2/tf
|
cd $HOME/hlserver/tf2/tf
|
||||||
|
|
||||||
mm_url=$(wget -q -O - "https://www.metamodsource.net/snapshots" | grep -oP -m1 "http://www.metamodsource.net/mmsdrop/[0-9.]+/mmsource-(.*)-linux.tar.gz")
|
mm_url=$(wget -q -O - "https://www.metamodsource.net/downloads.php?branch=dev" | grep -oP -m1 "https://www.metamodsource.net/mmsdrop/[0-9.]+/mmsource-(.*)-linux.tar.gz")
|
||||||
sm_url=$(wget -q -O - "http://www.sourcemod.net/downloads.php?branch=dev" | grep -oP -m1 "https://[a-z.]+/smdrop/[0-9.]+/sourcemod-(.*)-linux.tar.gz")
|
sm_url=$(wget -q -O - "http://www.sourcemod.net/downloads.php?branch=dev" | grep -oP -m1 "https://[a-z.]+/smdrop/[0-9.]+/sourcemod-(.*)-linux.tar.gz")
|
||||||
|
|
||||||
wget -nv $mm_url
|
wget -nv $mm_url
|
||||||
|
|
|
||||||
0
wget-log
Normal file
0
wget-log
Normal file
0
wget-log.1
Normal file
0
wget-log.1
Normal file
0
wget-log.2
Normal file
0
wget-log.2
Normal file
Loading…
Add table
Add a link
Reference in a new issue