mirror of
https://codeberg.org/spire/docker-comp-server.git
synced 2026-06-03 18:14:09 +02:00
dont download any maps in advance
This commit is contained in:
parent
ab3977b801
commit
2614a2d328
1 changed files with 1 additions and 1 deletions
2
maps.sh
2
maps.sh
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
cd $HOME/hlserver/tf2/tf/maps
|
||||
|
||||
maps=("pl_badwater_pro_v9" "koth_ashville_rc1" "pl_swiftwater_ugc" "koth_product_rc8")
|
||||
maps=()
|
||||
|
||||
for map in ${maps[@]}; do
|
||||
wget -nv "http://fakkelbrigade.eu/maps/$map.bsp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue