From caa6dcf201eabfe1523e1c56922e13e3e5b50eda Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Tue, 27 Feb 2024 13:50:25 +0100 Subject: [PATCH] Make bootctl is-installed quiet --- arkdep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkdep b/arkdep index ff93d76..a79c3d6 100755 --- a/arkdep +++ b/arkdep @@ -217,7 +217,7 @@ init () { # Ensure systemd-boot is installed before continuing, for it is the only thing we support # Do not run if ARKDEP_NO_BOOTCTL defined if [[ ! $ARKDEP_NO_BOOTCTL -eq 1 ]]; then - bootctl is-installed || cleanup_and_quit 'systemd-boot seems to not be installed' + bootctl -q is-installed || cleanup_and_quit 'systemd-boot seems to not be installed' else printf '\e[1;33m\e[0m\e[1m Not running bootctl is-installed because overwritten with ARKDEP_NO_BOOTCTL\e[0m\n' fi