diff --git a/menu/additional_apps.sh b/menu/additional_apps.sh index a22b8a05..40fc7bbd 100644 --- a/menu/additional_apps.sh +++ b/menu/additional_apps.sh @@ -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 diff --git a/apps/pdfannotate.sh b/old/pdfannotate.sh similarity index 100% rename from apps/pdfannotate.sh rename to old/pdfannotate.sh