mirror of
https://github.com/ChocoTaco1/docker-tribesnext-server.git
synced 2026-01-19 16:14:45 +00:00
Update
This commit is contained in:
parent
57e6dab4b0
commit
3d8f88a08d
|
|
@ -42,7 +42,7 @@ sudo unzip \
|
|||
# -- logging
|
||||
rsyslog \
|
||||
# -- utilities
|
||||
sed less nano vim file wget curl gnupg2 netcat software-properties-common xdelta3 tzdata
|
||||
sed less nano vim file wget curl gnupg2 netcat-traditional software-properties-common xdelta3 tzdata
|
||||
|
||||
#RUN timedatectl set-timezone ${TZ}
|
||||
|
||||
|
|
@ -63,8 +63,8 @@ RUN ${SRVDIR}/tribesnext-server-installer
|
|||
|
||||
|
||||
# SCRIPT - server (default)
|
||||
COPY _scripts/start-server ${INSTDIR}/start-server
|
||||
RUN chmod +x ${INSTDIR}/start-server
|
||||
COPY _scripts/start-server ${SRVDIR}
|
||||
RUN chmod +x ${SRVDIR}/start-server
|
||||
|
||||
# TacoServer - Pull in resources from builder
|
||||
COPY --from=tacobuilder /tmp/TacoServer/Classic/. ${INSTDIR}/Classic/.
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ fi
|
|||
|
||||
|
||||
# -- download files
|
||||
get_files t2-linux.zip "https://www.dropbox.com/s/ejemimzxjdswtvm/" "$TMPBASE"
|
||||
get_files t2-linux.zip "https://www.dropbox.com/scl/fi/btw69nqxg1y8skwxqv5dz/t2-linux.zip?rlkey=cnjsvm458lb94p4xyry9g23vk&" "$TMPBASE"
|
||||
get_files tribes2-lan-fix-linux.tar.gz "http://t2.plugh.us/" "$TMPBASE"
|
||||
get_files classic_v152.zip "https://tribes2stats.com/files/mods/" "$TMPBASE"
|
||||
|
||||
|
|
@ -72,7 +72,7 @@ then
|
|||
cp -r $TMPBASE/lan-fix/. $INSBASE/tribes2/.
|
||||
cd $INSBASE/tribes2/
|
||||
xdelta3 decode -s tribes2d.dynamic tribes2-lan-fix-linux.xdelta tribes2d-lan.dynamic
|
||||
chmod 755 tribes2d-lan.dynamic
|
||||
chmod +x tribes2d-lan.dynamic
|
||||
echo "Finished setting up T2!"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue