diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-26 14:12:40 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-26 14:12:40 +0400 |
commit | 3168ab187766d46060f29437df7c3d63996c5ace (patch) | |
tree | 7fd56f4f3aa61efeac541b992950866ace2ae571 /dep.sh | |
parent | 93cc0b9fefba8e05aa569e06f7094501072179ea (diff) |
refactor(dep.sh): prioritize newer versions of programs when double checking
Diffstat (limited to 'dep.sh')
-rwxr-xr-x | dep.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -33,7 +33,7 @@ retval=0 [ "${1}" = "--optional" ] && check \ cmus \ latex,pdflatex:"Latex is missing" \ - mutt,neomutt \ + neomutt,mutt \ pamus \ pandoc \ shellcheck \ @@ -66,8 +66,8 @@ check \ scrot \ setxkbmap \ startx:"xorg-xinit is missing" \ - sxiv,nsxiv \ - vim,nvim \ + nsxiv,sxiv \ + nvim,vim \ xclip \ zathura \ zsh,bash |