mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-21 10:34:14 -04:00
remove init-mod-apt-get
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
|
||||||
|
|
||||||
if [ -f /usr/bin/apt ]; then
|
|
||||||
apt-get update
|
|
||||||
fi
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
oneshot
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/etc/s6-overlay/s6-rc.d/init-mod-apt-get/run
|
|
||||||
@@ -4,6 +4,7 @@ if [ -f "/mod-repo-packages-to-install.list" ]; then
|
|||||||
echo "**** Installing all mod packages ****"
|
echo "**** Installing all mod packages ****"
|
||||||
if [ -f /usr/bin/apt ]; then
|
if [ -f /usr/bin/apt ]; then
|
||||||
DEBIAN_FRONTEND="noninteractive"
|
DEBIAN_FRONTEND="noninteractive"
|
||||||
|
apt-get update
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
$(cat /mod-repo-packages-to-install.list)
|
$(cat /mod-repo-packages-to-install.list)
|
||||||
elif [ -f /usr/bin/apk ]; then
|
elif [ -f /usr/bin/apk ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user