From f6e7a275fdfc9847d74c49f4f2021a5fb8b37473 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Thu, 26 Jun 2025 14:14:13 +0400 Subject: fix(dep.sh): proper usage of check function --- dep.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dep.sh') diff --git a/dep.sh b/dep.sh index 63d9d09..cb9d8ed 100755 --- a/dep.sh +++ b/dep.sh @@ -49,8 +49,8 @@ retval=0 python3 \ rsync \ sudo \ - tldr,"A tldr implementation is missing" \ - unclutter,"unclutter-xfixes is missing" \ + tldr:"A tldr implementation is missing" \ + unclutter:"unclutter-xfixes is missing" \ yt-dlp # Programs -- cgit v1.2.3