mirror of
https://github.com/ChocoTaco1/docker-tribesnext-server.git
synced 2026-07-14 23:54:32 +00:00
Update
This commit is contained in:
parent
57e6dab4b0
commit
3d8f88a08d
2 changed files with 5 additions and 5 deletions
|
|
@ -42,7 +42,7 @@ sudo unzip \
|
||||||
# -- logging
|
# -- logging
|
||||||
rsyslog \
|
rsyslog \
|
||||||
# -- utilities
|
# -- 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}
|
#RUN timedatectl set-timezone ${TZ}
|
||||||
|
|
||||||
|
|
@ -63,8 +63,8 @@ RUN ${SRVDIR}/tribesnext-server-installer
|
||||||
|
|
||||||
|
|
||||||
# SCRIPT - server (default)
|
# SCRIPT - server (default)
|
||||||
COPY _scripts/start-server ${INSTDIR}/start-server
|
COPY _scripts/start-server ${SRVDIR}
|
||||||
RUN chmod +x ${INSTDIR}/start-server
|
RUN chmod +x ${SRVDIR}/start-server
|
||||||
|
|
||||||
# TacoServer - Pull in resources from builder
|
# TacoServer - Pull in resources from builder
|
||||||
COPY --from=tacobuilder /tmp/TacoServer/Classic/. ${INSTDIR}/Classic/.
|
COPY --from=tacobuilder /tmp/TacoServer/Classic/. ${INSTDIR}/Classic/.
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ fi
|
||||||
|
|
||||||
|
|
||||||
# -- download files
|
# -- 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 tribes2-lan-fix-linux.tar.gz "http://t2.plugh.us/" "$TMPBASE"
|
||||||
get_files classic_v152.zip "https://tribes2stats.com/files/mods/" "$TMPBASE"
|
get_files classic_v152.zip "https://tribes2stats.com/files/mods/" "$TMPBASE"
|
||||||
|
|
||||||
|
|
@ -72,7 +72,7 @@ then
|
||||||
cp -r $TMPBASE/lan-fix/. $INSBASE/tribes2/.
|
cp -r $TMPBASE/lan-fix/. $INSBASE/tribes2/.
|
||||||
cd $INSBASE/tribes2/
|
cd $INSBASE/tribes2/
|
||||||
xdelta3 decode -s tribes2d.dynamic tribes2-lan-fix-linux.xdelta tribes2d-lan.dynamic
|
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!"
|
echo "Finished setting up T2!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue