Update 99-add_packages.sh

This commit is contained in:
Alexandre
2022-01-20 22:11:55 +01:00
committed by GitHub
parent 9c6a6abfec
commit bf525c5886

View File

@@ -4,7 +4,7 @@ if [ ! -d /data/config/www/nextcloud/apps/pdfannotate ]; then
CURRENT="$PWD"
cd /data/config/www/nextcloud/apps
git clone https://gitlab.com/nextcloud-other/nextcloud-annotate pdfannotate
cd "$CURRENT"
cd "$CURRENT" || exit
apk add --no-cache ghostscript >/dev/null
echo "Nextcloud annotate app added to Nextcloud app store"
fi