From dc664c589e48b0587de749709ff5b5b3e207c377 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Thu, 26 Jun 2025 21:49:39 +0400 Subject: feat(dep.sh): add ssh to optional dependencies --- dep.sh | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) (limited to 'dep.sh') 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 \ -- cgit v1.2.3