Update btrfs-test.sh

This commit is contained in:
proledatarian 2022-03-31 21:27:06 +00:00
parent 49f67ca5b8
commit 22349d9f2d
1 changed files with 1 additions and 1 deletions

View File

@ -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