[arkdep] Also ensure cmp is present

This commit is contained in:
Dennis ten Hoove 2024-08-11 21:52:34 +02:00
parent c076e966cf
commit afe2c4e9ef
No known key found for this signature in database
GPG key ID: 2BA91DC2563B83D1

2
arkdep
View file

@ -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