Update 99-add_packages.sh

This commit is contained in:
Alexandre
2023-09-06 13:52:43 +02:00
committed by GitHub
parent 22c7d4a1d6
commit df494fb33e

View File

@@ -4,9 +4,6 @@
# Runs only after initialization done
if [ ! -f /app/www/public/occ ]: then cp "$(basename "${BASH_SOURCE}")" /scripts/ && exit 0; fi
# Only execute if installed
if [ -f /notinstalled ]; then exit 0; fi
# Install specific packages
if [ ! -d /data/config/www/nextcloud/apps/pdfannotate ]; then
CURRENT="$PWD"