mirror of
https://codeberg.org/spire/docker-comp-server.git
synced 2026-06-03 18:14:09 +02:00
add ugc and etf2l configs
This commit is contained in:
parent
6d823c188e
commit
fc299d0dff
2 changed files with 18 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ RUN $SERVER/sourcemod.sh
|
||||||
ADD ./plugins.sh $SERVER/plugins.sh
|
ADD ./plugins.sh $SERVER/plugins.sh
|
||||||
RUN $SERVER/plugins.sh
|
RUN $SERVER/plugins.sh
|
||||||
|
|
||||||
|
ADD ./configs.sh $SERVER/configs.sh
|
||||||
|
RUN $SERVER/configs.sh
|
||||||
|
|
||||||
EXPOSE 27015/udp
|
EXPOSE 27015/udp
|
||||||
|
|
||||||
WORKDIR /home/$USER/hlserver
|
WORKDIR /home/$USER/hlserver
|
||||||
|
|
|
||||||
15
configs.sh
Executable file
15
configs.sh
Executable file
|
|
@ -0,0 +1,15 @@
|
||||||
|
#!/bin/bash
|
||||||
|
cd $HOME/hlserver/tf2/tf/cfg
|
||||||
|
|
||||||
|
ugc_cfg_version="v111415"
|
||||||
|
|
||||||
|
wget -nv "http://etf2l.org/configs/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_6v6_cfg_and_whitelist_${ugc_cfg_version}.zip"
|
||||||
|
wget -nv "http://ugcleague.com/files/configs/UGC_4v4_cfg_and_whitelist_${ugc_cfg_version}.zip"
|
||||||
|
|
||||||
|
unzip -o UGC_HL_cfg_and_whitelist_${ugc_cfg_version}.zip
|
||||||
|
unzip -o UGC_6v6_cfg_and_whitelist_${ugc_cfg_version}.zip
|
||||||
|
unzip -o UGC_4v4_cfg_and_whitelist_${ugc_cfg_version}.zip
|
||||||
Loading…
Add table
Add a link
Reference in a new issue