From f081700be0c594196aa2c5966209c686a6a50b57 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Mon, 1 Feb 2021 09:31:10 +0100 Subject: [PATCH] Typo. --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index 74c4369..c26a5a1 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -80,7 +80,7 @@ mount -o nodatacow,subvol=@swap $BTRFS /mnt/swap mount $ESP /mnt/boot # Pacstrap (setting up a base sytem onto the new root). -echo "Installing the base sytem." +echo "Installing the base system." pacstrap /mnt base linux linux-firmware btrfs-progs grub grub-btrfs efibootmgr snapper sudo neovim networkmanager &>/dev/null # Fstab generation.