mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-01 04:21:56 -04:00
Merge pull request #488 from linuxserver/universal-tshoot-typo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user