Remove pdfannotate installation from init script

Removed the installation of the pdfannotate app and its dependencies.
This commit is contained in:
Alexandre
2025-09-09 11:07:45 +02:00
committed by GitHub
parent cbaee37075
commit 0f3d54f8d8

View File

@@ -6,16 +6,6 @@ set -e
# shellcheck disable=SC2128
if [ ! -f /app/www/public/occ ]; then cp /etc/cont-init.d/"$(basename "${BASH_SOURCE}")" /scripts/ && exit 0; fi
# Install specific packages
if [ ! -d /data/config/www/nextcloud/apps/pdfannotate ]; then
CURRENT="$PWD"
cd /data/config/www/nextcloud/apps || exit
git clone https://gitlab.com/nextcloud-other/nextcloud-annotate pdfannotate
cd "$CURRENT" || exit
apk add --no-cache ghostscript > /dev/null
echo "Nextcloud annotate app added to Nextcloud app store"
fi
# Install specific apps
if bashio::config.has_value 'additional_apps'; then
bashio::log.info "Installing additional apps :"