mirror of
https://github.com/prurigro/vnotes.git
synced 2024-11-25 02:21:26 -05:00
Add "dd" and "od" to the dependencies array
This commit is contained in:
parent
15e75accb4
commit
0930e740f4
1 changed files with 1 additions and 1 deletions
2
vnotes
2
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=''
|
||||
|
|
Loading…
Reference in a new issue