Alexandre
2023-03-22 13:45:45 +01:00
parent d5db3d74e8
commit 333a6d7ab7
4 changed files with 13 additions and 3 deletions

View File

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