summaryrefslogtreecommitdiff
path: root/dep.sh
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-06-26 21:49:39 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-06-26 21:49:39 +0400
commitdc664c589e48b0587de749709ff5b5b3e207c377 (patch)
treea400ce04215168fbfb5a439fcf5d57d2a30f9db3 /dep.sh
parent59a9c7e82a140da5a4713632164e25c7c0cad46e (diff)
feat(dep.sh): add ssh to optional dependencies
Diffstat (limited to 'dep.sh')
-rwxr-xr-xdep.sh43
1 files changed, 22 insertions, 21 deletions
diff --git a/dep.sh b/dep.sh
index b862f06..d659a77 100755
--- a/dep.sh
+++ b/dep.sh
@@ -31,27 +31,28 @@ retval=0
# Optional Dependencies, skip QEMU and lualatex check
[ "${1}" = "--optional" ] && check \
- cmus \
- latex,pdflatex:"Latex is missing" \
- neomutt,mutt \
- pamus \
- pandoc \
- shellcheck \
- trans:"Translate shell is missing" \
- abook \
- acpi \
- cmus \
- dash \
- docker \
- ffmpeg \
- less \
- pass \
- python3 \
- rsync \
- sudo \
- tldr:"A tldr implementation is missing" \
- unclutter:"unclutter-xfixes is missing" \
- yt-dlp
+ cmus \
+ latex,pdflatex:"Latex is missing" \
+ neomutt,mutt \
+ pamus \
+ pandoc \
+ shellcheck \
+ ssh \
+ trans:"Translate shell is missing" \
+ abook \
+ acpi \
+ cmus \
+ dash \
+ docker \
+ ffmpeg \
+ less \
+ pass \
+ python3 \
+ rsync \
+ sudo \
+ tldr:"A tldr implementation is missing" \
+ unclutter:"unclutter-xfixes is missing" \
+ yt-dlp
# Programs
check \