From ae44866cec3514b1a4600e7581183126f2c5efc7 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 8 Oct 2022 18:53:03 +0200 Subject: [PATCH] fix output --- usr/lib/archboot/update-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/update-installer.sh b/usr/lib/archboot/update-installer.sh index 8785e4934..d1147dd07 100644 --- a/usr/lib/archboot/update-installer.sh +++ b/usr/lib/archboot/update-installer.sh @@ -191,7 +191,7 @@ _zram_w_dir() { _initialize_zram_usr() { echo -e "\033[1mInitializing /usr.zram ...\033[0m" - echo -e "\033[1mStep 1/2[1m:\033[0m Waiting for gpg pacman keyring import to finish ..." + echo -e "\033[1mStep 1/2:\033[0m Waiting for gpg pacman keyring import to finish ..." _gpg_check if ! [[ -d /usr.zram ]]; then echo -e "\033[1mStep 2/2:\033[0m Move /usr to /usr.zram ..."