mirror of
https://github.com/nextcloud/vm.git
synced 2025-07-21 23:47:16 +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 \
|
"Midnight Commander" "(CLI file manager)" OFF \
|
||||||
"Pico CMS" "(Lightweight CMS integration in Nextcloud)" OFF \
|
"Pico CMS" "(Lightweight CMS integration in Nextcloud)" OFF \
|
||||||
"Whiteboard" "(Whiteboard for Nextcloud)" OFF \
|
"Whiteboard" "(Whiteboard for Nextcloud)" OFF \
|
||||||
"Extract" "(Archive extraction for Nextcloud)" OFF \
|
"Extract" "(Archive extraction for Nextcloud)" OFF 3>&1 1>&2 2>&3)
|
||||||
"PDF Annotations" "(Annotate PDF files in Nextcloud)" OFF 3>&1 1>&2 2>&3)
|
|
||||||
|
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
*"Documentserver"*)
|
*"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..."
|
print_text_in_color "$ICyan" "Downloading the SMB-mount script..."
|
||||||
run_script APP smbmount
|
run_script APP smbmount
|
||||||
;;&
|
;;&
|
||||||
*"PDF Annotations"*)
|
|
||||||
print_text_in_color "$ICyan" "Downloading the PDF Annotations script..."
|
|
||||||
run_script APP pdfannotate
|
|
||||||
;;&
|
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Reference in New Issue
Block a user