Add "dd" and "od" to the dependencies array

This commit is contained in:
Kevin MacMartin 2023-08-23 23:51:31 -04:00
parent 15e75accb4
commit 0930e740f4

2
vnotes
View file

@ -17,7 +17,7 @@ VNOTES_FOLDER=${VNOTES_FOLDER:="$HOME/Notes"}
VNOTES_EXTENSION=${NOTES_SUFFIX:='md'} VNOTES_EXTENSION=${NOTES_SUFFIX:='md'}
# Dependencies # Dependencies
deps=('getkeycodes' 'stty' 'tput') deps=('dd' 'getkeycodes' 'od' 'stty' 'tput')
declare -a documents=() declare -a documents=()
declare one_display='' declare one_display=''