mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-21 13:30:32 +02:00
Update 99-add_packages.sh
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/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
|
||||||
|
|||||||
Reference in New Issue
Block a user