Alexandre
2022-01-20 22:06:41 +01:00
committed by GitHub
parent 25d8667a1c
commit acb295338d

View File

@@ -0,0 +1,10 @@
#!/bin/bash
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 $PWD
apk add --no-cache ghostscript >/dev/null
echo "Nextcloud annotate app added to Nextcloud app store"
fi