From d4d694347ad1c27bdaed679795842fe4a6d1397d Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Sat, 10 Apr 2021 17:29:31 -0400 Subject: [PATCH] Remove neovim --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index 681256d..2ff9e38 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -110,7 +110,7 @@ mount $ESP /mnt/boot/efi # Pacstrap (setting up a base sytem onto the new root). echo "Installing the base system (it may take a while)." -pacstrap /mnt base ${KERNEL} linux-firmware btrfs-progs grub grub-btrfs efibootmgr snapper sudo neovim networkmanager &>/dev/null +pacstrap /mnt base ${KERNEL} linux-firmware btrfs-progs grub grub-btrfs efibootmgr snapper sudo networkmanager &>/dev/null # Generating /etc/fstab. echo "Generating a new fstab."