mirror of
https://github.com/nextcloud/vm.git
synced 2025-07-20 16:54:22 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user