Merge pull request #488 from linuxserver/universal-tshoot-typo

This commit is contained in:
Adam
2022-09-01 14:57:56 +01:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
@@ -2,6 +2,7 @@
## Ubuntu ## Ubuntu
if [ -f /usr/bin/apt ]; then if [ -f /usr/bin/apt ]; then
echo "**** Adding tshoot packages to install list ****"
echo "\ echo "\
dnsutils \ dnsutils \
net-tools \ net-tools \
@@ -11,6 +12,7 @@ if [ -f /usr/bin/apt ]; then
fi fi
# Alpine # Alpine
if [ -f /sbin/apk ]; then if [ -f /sbin/apk ]; then
echo "**** Adding tshoot packages to install list ****"
echo "\ echo "\
bind-tools \ bind-tools \
net-tools" >> /mod-repo-packages-to-install.list net-tools" >> /mod-repo-packages-to-install.list
@@ -1 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-tshoot/run /etc/s6-overlay/s6-rc.d/init-mod-universal-tshoot/run