From d78d2a61174418646206e36c1cd0338ef1c10a48 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 31 Jul 2023 12:51:23 +0200 Subject: [PATCH] use pacman keyring --- usr/bin/archboot-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-update.sh b/usr/bin/archboot-update.sh index 05fae1c1d..b67d9c8db 100755 --- a/usr/bin/archboot-update.sh +++ b/usr/bin/archboot-update.sh @@ -41,7 +41,7 @@ echo -e "\e[1mInformation:\e[m Logging is done on \e[1m/dev/tty7\e[m..." if [[ -n "${_L_COMPLETE}" || -n "${_L_INSTALL_COMPLETE}" ]]; then _TITLE="Archboot $(uname -m) | Basic Setup | New Environment" _KEEP="Logging to ${_LOG}." - _new_environment | _dialog --title "Initializing..." --gauge "${_KEEP} Waiting for pacman..." 6 75 0 | tee -a /dev/ttyS0 /dev/ttyAMA0 /dev/ttyUSB0 /dev/pts/0 2>/dev/null + _new_environment | _dialog --title "Initializing..." --gauge "${_KEEP} Waiting for pacman keyring..." 6 75 0 | tee -a /dev/ttyS0 /dev/ttyAMA0 /dev/ttyUSB0 /dev/pts/0 2>/dev/null fi # Generate new images if [[ -n "${_G_RELEASE}" ]]; then