mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 07:35:56 +02:00
Remove pdfannotate installation from init script
Removed the installation of the pdfannotate app and its dependencies.
This commit is contained in:
@@ -6,16 +6,6 @@ set -e
|
|||||||
# shellcheck disable=SC2128
|
# shellcheck disable=SC2128
|
||||||
if [ ! -f /app/www/public/occ ]; then cp /etc/cont-init.d/"$(basename "${BASH_SOURCE}")" /scripts/ && exit 0; fi
|
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
|
# Install specific apps
|
||||||
if bashio::config.has_value 'additional_apps'; then
|
if bashio::config.has_value 'additional_apps'; then
|
||||||
bashio::log.info "Installing additional apps :"
|
bashio::log.info "Installing additional apps :"
|
||||||
|
|||||||
Reference in New Issue
Block a user