mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 16:58:27 -04:00
Merge pull request #249 from linuxserver/plex-absolute-hama-apt
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
|
# install git if needed
|
||||||
if [ -z `command -v git` ]; then
|
if [ -z `command -v git` ]; then
|
||||||
echo "**** installing git ****"
|
echo "**** installing git ****"
|
||||||
apt-get update && apt-get install --no-install-recommends -y git
|
apt-get install --no-install-recommends -y git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# clone or update Absolute Series Scanner repo
|
# clone or update Absolute Series Scanner repo
|
||||||
|
|||||||
Reference in New Issue
Block a user