From 6e0eab9c63db76f6f32fcef93d164c6b835c11cc Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 31 Aug 2024 20:35:15 +0200 Subject: [PATCH] --noconfirm to installation --- usr/lib/archboot/login.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/login.sh b/usr/lib/archboot/login.sh index 0cad34dd4..54e902caa 100644 --- a/usr/lib/archboot/login.sh +++ b/usr/lib/archboot/login.sh @@ -137,7 +137,7 @@ _run_autorun() { echo "Waiting for pacman keyring..." _pacman_keyring echo "Updating pacman keyring..." - pacman -Sy --noconfirm ${_KEYRING} + pacman -Sy --noconfirm ${_KEYRING} &>"${_LOG}" chmod 755 /etc/archboot/run/autorun.sh /etc/archboot/run/./autorun.sh echo "Finished autorun.sh."