mirror of
https://codeberg.org/spire/docker-comp-server.git
synced 2026-06-03 18:14:09 +02:00
update ugc configs
This commit is contained in:
parent
fc44177010
commit
4df9799ffd
1 changed files with 9 additions and 7 deletions
16
configs.sh
16
configs.sh
|
|
@ -1,15 +1,17 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd $HOME/hlserver/tf2/tf/cfg
|
cd $HOME/hlserver/tf2/tf/cfg
|
||||||
|
|
||||||
ugc_cfg_version="v111415"
|
ugc_cfg_version_9="v010116"
|
||||||
|
ugc_cfg_version_6="v121915"
|
||||||
|
ugc_cfg_version_4="v111415"
|
||||||
|
|
||||||
wget -nv "http://etf2l.org/configs/etf2l_configs.zip"
|
wget -nv "http://etf2l.org/configs/etf2l_configs.zip"
|
||||||
unzip etf2l_configs.zip
|
unzip etf2l_configs.zip
|
||||||
|
|
||||||
wget -nv "http://ugcleague.com/files/configs/UGC_HL_cfg_and_whitelist_${ugc_cfg_version}.zip"
|
wget -nv "http://ugcleague.com/files/configs/UGC_HL_cfg_and_whitelist_${ugc_cfg_version_9}.zip"
|
||||||
wget -nv "http://ugcleague.com/files/configs/UGC_6v6_cfg_and_whitelist_${ugc_cfg_version}.zip"
|
wget -nv "http://ugcleague.com/files/configs/UGC_6v6_cfg_and_whitelist_${ugc_cfg_version_6}.zip"
|
||||||
wget -nv "http://ugcleague.com/files/configs/UGC_4v4_cfg_and_whitelist_${ugc_cfg_version}.zip"
|
wget -nv "http://ugcleague.com/files/configs/UGC_4v4_cfg_and_whitelist_${ugc_cfg_version_4}.zip"
|
||||||
|
|
||||||
unzip -o UGC_HL_cfg_and_whitelist_${ugc_cfg_version}.zip
|
unzip -o UGC_HL_cfg_and_whitelist_${ugc_cfg_version_9}.zip
|
||||||
unzip -o UGC_6v6_cfg_and_whitelist_${ugc_cfg_version}.zip
|
unzip -o UGC_6v6_cfg_and_whitelist_${ugc_cfg_version_6}.zip
|
||||||
unzip -o UGC_4v4_cfg_and_whitelist_${ugc_cfg_version}.zip
|
unzip -o UGC_4v4_cfg_and_whitelist_${ugc_cfg_version_4}.zip
|
||||||
Loading…
Add table
Add a link
Reference in a new issue