From 68e90843ebdd5b59a14454fc1d8407bf48d5d9c2 Mon Sep 17 00:00:00 2001 From: iVAN <88724353+ivan-hc@users.noreply.github.com> Date: Tue, 24 Sep 2024 16:19:01 +0200 Subject: [PATCH] Update create-arch-bootstrap.sh --- create-arch-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-arch-bootstrap.sh b/create-arch-bootstrap.sh index 6418a1c..985033f 100755 --- a/create-arch-bootstrap.sh +++ b/create-arch-bootstrap.sh @@ -404,7 +404,7 @@ strip --strip-debug "${bootstrap}"/usr/lib32/* strip --strip-unneeded "${bootstrap}"/usr/bin/* # Check if the command we are interested in has been installed -if ! run_in_chroot which hypnotix; then echo "Command not found, exiting." && exit 1; fi +if ! run_in_chroot which gearlever; then echo "Command not found, exiting." && exit 1; fi # Exit chroot rm -rf "${bootstrap}"/home/aur