mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
Merge pull request #488 from linuxserver/universal-tshoot-typo
This commit is contained in:
commit
dfe7768a36
@ -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
|
||||
|
||||
@ -1 +1 @@
|
||||
/etc/s6-overlay/s6-rc.d/init-mod-tshoot/run
|
||||
/etc/s6-overlay/s6-rc.d/init-mod-universal-tshoot/run
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user