mirror of
https://codeberg.org/spire/docker-comp-server.git
synced 2026-06-03 18:14:09 +02:00
cleanup archives
This commit is contained in:
parent
a08e539fba
commit
ab3977b801
4 changed files with 12 additions and 9 deletions
|
|
@ -1,16 +1,10 @@
|
|||
from spiretf/docker-tf2-server
|
||||
maintainer Robin Appelman <robin@icewind.nl>
|
||||
|
||||
ADD ./maps.sh $SERVER/maps.sh
|
||||
ADD ./maps.sh ./sourcemod.sh ./plugins.sh ./configs.sh $SERVER/
|
||||
RUN $SERVER/maps.sh
|
||||
|
||||
ADD ./sourcemod.sh $SERVER/sourcemod.sh
|
||||
RUN $SERVER/sourcemod.sh
|
||||
|
||||
ADD ./plugins.sh $SERVER/plugins.sh
|
||||
RUN $SERVER/plugins.sh
|
||||
|
||||
ADD ./configs.sh $SERVER/configs.sh
|
||||
RUN $SERVER/configs.sh
|
||||
|
||||
EXPOSE 27015/udp
|
||||
|
|
|
|||
|
|
@ -15,3 +15,5 @@ wget -nv "http://ugcleague.com/files/configs/UGC_4v4_cfg_and_whitelist_${ugc_cfg
|
|||
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_4v4_cfg_and_whitelist_${ugc_cfg_version_4}.zip
|
||||
|
||||
rm *.zip
|
||||
|
|
@ -12,6 +12,8 @@ rm -r SOAP-TF2DM-master
|
|||
wget -nv "https://forums.alliedmods.net/attachment.php?attachmentid=83286&d=1299423920" -O "socket.zip"
|
||||
unzip socket.zip
|
||||
|
||||
rm socket.zip
|
||||
|
||||
# Curl
|
||||
cd $HOME/hlserver/tf2/tf/addons/sourcemod
|
||||
|
||||
|
|
@ -24,6 +26,7 @@ wget -nv "https://github.com/peace-maker/sm-websocket/archive/master.zip" -O "sm
|
|||
unzip sm-websocket.zip
|
||||
cp -r sm-websocket-master/* ./
|
||||
rm -r sm-websocket-master
|
||||
rm sm-websocket.zip
|
||||
|
||||
# Medic stats, SupStats, LogsTF, Pause, RecordSTV, WaitForStv, AFK, RestoreScore, FixStvSlot and Updater
|
||||
cd $HOME/hlserver/tf2/tf/addons/sourcemod/plugins
|
||||
|
|
@ -31,6 +34,8 @@ cd $HOME/hlserver/tf2/tf/addons/sourcemod/plugins
|
|||
wget -nv --header="Accept: text/html" --user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Firefox/21.0" "http://sourcemod.krus.dk/f2-sourcemod-plugins.zip"
|
||||
unzip f2-sourcemod-plugins.zip
|
||||
|
||||
rm f2-sourcemod-plugins.zip
|
||||
|
||||
# WebRCON
|
||||
wget -nv https://github.com/spiretf/webrcon/raw/master/plugin/webrcon.smx
|
||||
|
||||
|
|
|
|||
|
|
@ -12,3 +12,5 @@ wget -nv $sm_url
|
|||
|
||||
tar -xvzf "mmsource-${mm_version}-linux.tar.gz"
|
||||
tar -xvzf "sourcemod-${sm_version}-linux.tar.gz"
|
||||
|
||||
rm *.tar.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue