Update 99-add_packages.sh

This commit is contained in:
Alexandre
2022-01-20 23:43:36 +01:00
committed by GitHub
parent bf525c5886
commit c7cc475c2c

View File

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