From 51d85f1b6dab91e81e651b3c595e263b2cce3ba0 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 21 Jun 2025 12:37:18 +0400 Subject: fix (dep.sh): set `xclip` as a non-optional dependency --- dep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dep.sh') diff --git a/dep.sh b/dep.sh index dc5f1bd..c4eeabe 100755 --- a/dep.sh +++ b/dep.sh @@ -50,7 +50,6 @@ retval=0 sudo \ tldr,"A tldr implementation is missing" \ unclutter,"unclutter-xfixes is missing" \ - xclip \ yt-dlp @@ -69,6 +68,7 @@ check \ startx:"xorg-xinit is missing" \ sxiv,nsxiv \ vim,nvim \ + xclip \ zathura \ zsh,bash -- cgit v1.2.3