diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-26 14:14:13 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-26 14:14:13 +0400 |
commit | f6e7a275fdfc9847d74c49f4f2021a5fb8b37473 (patch) | |
tree | ca5d77d0ebea61debeffa064b85573f53c671135 | |
parent | 3168ab187766d46060f29437df7c3d63996c5ace (diff) |
fix(dep.sh): proper usage of check function
-rwxr-xr-x | dep.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |