mirror of
https://codeberg.org/spire/docker-comp-server.git
synced 2026-06-03 18:14:09 +02:00
fail on error
This commit is contained in:
parent
3e30663d4e
commit
82944395bc
5 changed files with 8 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
cd $HOME/hlserver/tf2/tf
|
||||
|
||||
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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue