summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-06-26 14:12:40 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-06-26 14:12:40 +0400
commit3168ab187766d46060f29437df7c3d63996c5ace (patch)
tree7fd56f4f3aa61efeac541b992950866ace2ae571
parent93cc0b9fefba8e05aa569e06f7094501072179ea (diff)
refactor(dep.sh): prioritize newer versions of programs when double checking
-rwxr-xr-xdep.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/dep.sh b/dep.sh
index ff14993..63d9d09 100755
--- a/dep.sh
+++ b/dep.sh
@@ -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