deprecate pdf annotate (#2733)

* deprecate pdf annotate

Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>

* remove from menu

Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>

---------

Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
This commit is contained in:
Daniel Hansson
2025-03-21 15:04:46 +01:00
committed by GitHub
parent 7a5fdc7bbd
commit 0bc924346c
2 changed files with 1 additions and 6 deletions

View File

@ -56,8 +56,7 @@ $CHECKLIST_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
"Midnight Commander" "(CLI file manager)" OFF \
"Pico CMS" "(Lightweight CMS integration in Nextcloud)" OFF \
"Whiteboard" "(Whiteboard for Nextcloud)" OFF \
"Extract" "(Archive extraction for Nextcloud)" OFF \
"PDF Annotations" "(Annotate PDF files in Nextcloud)" OFF 3>&1 1>&2 2>&3)
"Extract" "(Archive extraction for Nextcloud)" OFF 3>&1 1>&2 2>&3)
case "$choice" in
*"Documentserver"*)
@ -143,10 +142,6 @@ to finish the setup once this script is done." "$SUBTITLE"
print_text_in_color "$ICyan" "Downloading the SMB-mount script..."
run_script APP smbmount
;;&
*"PDF Annotations"*)
print_text_in_color "$ICyan" "Downloading the PDF Annotations script..."
run_script APP pdfannotate
;;&
*)
;;
esac