summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-06-21 12:40:00 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-06-21 12:40:00 +0400
commit3187279b87aa704c2bc3fc79153b75804cfd3802 (patch)
treeeea87d0de7ccab8ddb025c30f1f47c07d6ec68c3
parent51d85f1b6dab91e81e651b3c595e263b2cce3ba0 (diff)
feat (dep.sh): add `pamus` as an optional dependency
-rwxr-xr-xdep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep.sh b/dep.sh
index c4eeabe..9346702 100755
--- a/dep.sh
+++ b/dep.sh
@@ -34,6 +34,7 @@ retval=0
cmus \
latex,pdflatex:"Latex is missing" \
mutt,neomutt \
+ pamus \
pandoc \
shellcheck \
trans:"Translate shell is missing" \
@@ -52,7 +53,6 @@ retval=0
unclutter,"unclutter-xfixes is missing" \
yt-dlp
-
# Programs
check \
Xorg \