mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-17 04:49:13 +02:00
Update 99-add_packages.sh
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
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 || exit
|
||||||
git clone https://gitlab.com/nextcloud-other/nextcloud-annotate pdfannotate
|
git clone https://gitlab.com/nextcloud-other/nextcloud-annotate pdfannotate
|
||||||
cd "$CURRENT" || exit
|
cd "$CURRENT" || exit
|
||||||
apk add --no-cache ghostscript >/dev/null
|
apk add --no-cache ghostscript >/dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user