mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-29 20:04:05 +02:00
Update 99-add_packages.sh
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ -d /data/config/www/nextcloud/apps/pdfannotate ]; then
|
if [ -d /data/config/www/nextcloud/apps/pdfannotate ]; then
|
||||||
CURRENT=$PWD
|
CURRENT="$PWD"
|
||||||
cd /data/config/www/nextcloud/apps
|
cd /data/config/www/nextcloud/apps
|
||||||
git clone https://gitlab.com/nextcloud-other/nextcloud-annotate pdfannotate
|
git clone https://gitlab.com/nextcloud-other/nextcloud-annotate pdfannotate
|
||||||
cd $PWD
|
cd "$CURRENT"
|
||||||
apk add --no-cache ghostscript >/dev/null
|
apk add --no-cache ghostscript >/dev/null
|
||||||
echo "Nextcloud annotate app added to Nextcloud app store"
|
echo "Nextcloud annotate app added to Nextcloud app store"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user