Merge pull request #426 from linuxserver/universal-tshoot-v3

Switch to hybrid (universal-tshoot)
This commit is contained in:
aptalca
2022-08-30 12:21:54 -04:00
committed by GitHub
8 changed files with 20 additions and 1 deletions
Regular → Executable
+1 -1
View File
@@ -2,4 +2,4 @@
if [ -f /usr/bin/apt ]; then
apt-get update
fi
fi
View File
+17
View File
@@ -0,0 +1,17 @@
#!/usr/bin/with-contenv bash
## Ubuntu
if [ -f /usr/bin/apt ]; then
echo "\
dnsutils \
net-tools \
iputils-ping \
traceroute" >> /mod-repo-packages-to-install.list
fi
# Alpine
if [ -f /sbin/apk ]; then
echo "\
bind-tools \
net-tools" >> /mod-repo-packages-to-install.list
fi
@@ -0,0 +1 @@
oneshot
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-tshoot/run