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
commit dfe7768a36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@
## Ubuntu
if [ -f /usr/bin/apt ]; then
echo "**** Adding tshoot packages to install list ****"
echo "\
dnsutils \
net-tools \
@ -11,6 +12,7 @@ if [ -f /usr/bin/apt ]; then
fi
# Alpine
if [ -f /sbin/apk ]; then
echo "**** Adding tshoot packages to install list ****"
echo "\
bind-tools \
net-tools" >> /mod-repo-packages-to-install.list

View File

@ -1 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-tshoot/run
/etc/s6-overlay/s6-rc.d/init-mod-universal-tshoot/run