From 40931d89bf56d8dc1cc664336d0059f3d2d8f10b Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 2 Aug 2023 08:41:17 +0200 Subject: [PATCH] change keyring message --- usr/bin/archboot-pacsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-pacsetup.sh b/usr/bin/archboot-pacsetup.sh index 5968b75c7..54dbde998 100755 --- a/usr/bin/archboot-pacsetup.sh +++ b/usr/bin/archboot-pacsetup.sh @@ -88,7 +88,7 @@ _prepare_pacman() { sleep 5 return 1 else - _progress "100" "Pacman is ready." + _progress "100" "Arch Linux keyring is ready." sleep 2 fi }