From afe2c4e9effd17c354ba5ecd58d7cbfc8569615e Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Sun, 11 Aug 2024 21:52:34 +0200 Subject: [PATCH] [arkdep] Also ensure cmp is present --- arkdep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkdep b/arkdep index 4555002..7f55879 100755 --- a/arkdep +++ b/arkdep @@ -246,7 +246,7 @@ if [[ ! $1 =~ ^(get-available|diff|healthcheck)$ ]]; then fi # Check if all dependencies are installed, quit if not -for prog in btrfs wget dracut bootctl curl gpg gpgv; do +for prog in btrfs wget dracut bootctl curl gpg gpgv cmp; do # If ARKDEP_NO_BOOTCTL defined do not enforce bootctl requirement if [[ $prog == 'bootctl' ]] && [[ $ARKDEP_NO_BOOTCTL -eq 1 ]]; then