From ef8941e9e1e09d50ff5d0e3083bbec3254dd0f87 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Fri, 22 Oct 2021 14:24:21 +0200 Subject: [PATCH] Fix arch-chroot commands --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c4981ab..a611940 100755 --- a/install.sh +++ b/install.sh @@ -129,4 +129,4 @@ When = PostTransaction Exec = /usr/bin/bootctl update\" > /etc/pacman.d/hooks/100-systemd-boot.hook pacman -Sy \"$CPU_VENDOR\"-ucode mkinitcpio -p -" > arch-chroot /mnt +" | arch-chroot /mnt