mirror of
https://codeberg.org/spire/docker-comp-server.git
synced 2026-06-03 18:14:09 +02:00
fix ugc config unzipping
This commit is contained in:
parent
7d7fa95c89
commit
4b3e1ce2eb
1 changed files with 1 additions and 3 deletions
|
|
@ -5,8 +5,6 @@ ugc_cfg_version_9=$(wget -O - "http://ugcleague.com/files_tf2h.cfm" | grep -oP "
|
|||
ugc_cfg_version_6=$(wget -O - "http://ugcleague.com/files_tf26.cfm" | grep -oP "UGC_6v6_cfg_(.*)\.zip" | grep -m1 -oP "v\d{6}")
|
||||
ugc_cfg_version_4=$(wget -O - "http://ugcleague.com/files_tf24.cfm" | grep -oP "UGC_4v4_cfg_and_whitelist_(.*)\.zip" | grep -m1 -oP "v\d{6}")
|
||||
|
||||
echo $ugc_cfg_version_9
|
||||
|
||||
wget -nv "http://etf2l.org/configs/etf2l_configs.zip"
|
||||
unzip etf2l_configs.zip
|
||||
|
||||
|
|
@ -15,7 +13,7 @@ wget -nv "http://ugcleague.com/files/configs/UGC_6v6_cfg_${ugc_cfg_version_6}.zi
|
|||
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_9}.zip
|
||||
unzip -o UGC_6v6_cfg_and_whitelist_${ugc_cfg_version_6}.zip
|
||||
unzip -o UGC_6v6_cfg_${ugc_cfg_version_6}.zip
|
||||
unzip -o UGC_4v4_cfg_and_whitelist_${ugc_cfg_version_4}.zip
|
||||
|
||||
rm *.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue