Skip to content

Commit da86708

Browse files
authored
remove from menu
Signed-off-by: Daniel Hansson <[email protected]>
1 parent cd6f727 commit da86708

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

menu/additional_apps.sh

+1-6
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ $CHECKLIST_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
5656
"Midnight Commander" "(CLI file manager)" OFF \
5757
"Pico CMS" "(Lightweight CMS integration in Nextcloud)" OFF \
5858
"Whiteboard" "(Whiteboard for Nextcloud)" OFF \
59-
"Extract" "(Archive extraction for Nextcloud)" OFF \
60-
"PDF Annotations" "(Annotate PDF files in Nextcloud)" OFF 3>&1 1>&2 2>&3)
59+
"Extract" "(Archive extraction for Nextcloud)" OFF 3>&1 1>&2 2>&3)
6160

6261
case "$choice" in
6362
*"Documentserver"*)
@@ -143,10 +142,6 @@ to finish the setup once this script is done." "$SUBTITLE"
143142
print_text_in_color "$ICyan" "Downloading the SMB-mount script..."
144143
run_script APP smbmount
145144
;;&
146-
*"PDF Annotations"*)
147-
print_text_in_color "$ICyan" "Downloading the PDF Annotations script..."
148-
run_script APP pdfannotate
149-
;;&
150145
*)
151146
;;
152147
esac

0 commit comments

Comments
 (0)