Switch universal-tshoot to hydbrid

This commit is contained in:
TheSpad
2022-07-30 16:27:58 +01:00
parent 9fbcc36241
commit 23fe61a219
12 changed files with 6 additions and 12 deletions
+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