From 0930e740f4fadac9880b88d7bf7ee4bcf234aa9d Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 23 Aug 2023 23:51:31 -0400 Subject: [PATCH] Add "dd" and "od" to the dependencies array --- vnotes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnotes b/vnotes index 79b0f6e..e902620 100755 --- a/vnotes +++ b/vnotes @@ -17,7 +17,7 @@ VNOTES_FOLDER=${VNOTES_FOLDER:="$HOME/Notes"} VNOTES_EXTENSION=${NOTES_SUFFIX:='md'} # Dependencies -deps=('getkeycodes' 'stty' 'tput') +deps=('dd' 'getkeycodes' 'od' 'stty' 'tput') declare -a documents=() declare one_display=''