mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 01:46:10 -04:00
Standardize apt-get, update formatting
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/with-contenv bash
|
||||||
|
|
||||||
|
if [ -f /usr/bin/apt ]; then
|
||||||
|
apt-get update
|
||||||
|
fi
|
||||||
@@ -7,7 +7,6 @@ chown -R ${ABC_USER}:${ABC_USER} /config/logs
|
|||||||
echo "**** installing docker and docker compose ****"
|
echo "**** installing docker and docker compose ****"
|
||||||
if [ -f /usr/bin/apt ]; then
|
if [ -f /usr/bin/apt ]; then
|
||||||
DISTRONAME="ubuntu"
|
DISTRONAME="ubuntu"
|
||||||
apt-get update && \
|
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
btrfs-progs \
|
btrfs-progs \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
|||||||
Reference in New Issue
Block a user