From 3168ab187766d46060f29437df7c3d63996c5ace Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Thu, 26 Jun 2025 14:12:40 +0400 Subject: refactor(dep.sh): prioritize newer versions of programs when double checking --- dep.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dep.sh') 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 -- cgit v1.2.3