mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
This commit is contained in:
10
nextcloud/rootfs/etc/cont-init.d/99-add_packages.sh
Normal file
10
nextcloud/rootfs/etc/cont-init.d/99-add_packages.sh
Normal 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
|
||||
Reference in New Issue
Block a user