From ba33db6b021d51406003643d7bb3d5be38157df1 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 5 Apr 2022 21:47:40 +0200 Subject: [PATCH] fix ! --- usr/bin/archboot-quickinst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-quickinst.sh b/usr/bin/archboot-quickinst.sh index 1e40f899a..4454d7b8c 100755 --- a/usr/bin/archboot-quickinst.sh +++ b/usr/bin/archboot-quickinst.sh @@ -93,7 +93,7 @@ echo "Next step, initramfs setup:" echo -e "Edit your \033[1m/etc/mkinitcpio.conf\033[0m to fit your needs. After that run:" echo -e " \033[1m# mkinitcpio -p ${KERNELPKG}\033[0m" echo -echo -e "Then \033[1mexit\033[0m your chroot shell, edit \033[1m${DESTDIR}/etc/fstab\033[0m and \033[1mreboot\033[0m\!" +echo -e "Then \033[1mexit\033[0m your chroot shell, edit \033[1m${DESTDIR}/etc/fstab\033[0m and \033[1mreboot\033[0m! " exit 0 # vim: set ts=4 sw=4 et: