mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-20 18:22:00 -04:00
standardize apt-get
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
apt-get update
|
||||
@@ -3,7 +3,7 @@
|
||||
# install git if needed
|
||||
if [ -z `command -v git` ]; then
|
||||
echo "**** installing git ****"
|
||||
apt-get update && apt-get install --no-install-recommends -y git
|
||||
apt-get install --no-install-recommends -y git
|
||||
fi
|
||||
|
||||
# clone or update Absolute Series Scanner repo
|
||||
|
||||
Reference in New Issue
Block a user