From 22349d9f2dd7011ed3dd0cbbd637bde3ec5a3918 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Thu, 31 Mar 2022 21:27:06 +0000 Subject: [PATCH] Update btrfs-test.sh --- btrfs-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrfs-test.sh b/btrfs-test.sh index 2a1905a..f8f2335 100644 --- a/btrfs-test.sh +++ b/btrfs-test.sh @@ -304,7 +304,7 @@ echo # Install bootloader. echo "Installing systemd-boot." -arch-chroot /mnt bootctl --path=/mnt/boot install && +arch-chroot /mnt bootctl --path=/boot install && echo "Done." echo