Merge pull request #249 from linuxserver/plex-absolute-hama-apt

This commit is contained in:
Roxedus
2021-09-26 22:18:47 +02:00
committed by GitHub
2 changed files with 19 additions and 16 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/with-contenv bash
apt-get update
+1 -1
View File
@@ -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