1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-09-19 23:24:42 -04:00

Remove neovim

This commit is contained in:
TommyTran732 2021-04-10 17:29:31 -04:00 committed by tommytran732
parent ec09cb1ce2
commit d4d694347a
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -110,7 +110,7 @@ mount $ESP /mnt/boot/efi
# Pacstrap (setting up a base sytem onto the new root). # Pacstrap (setting up a base sytem onto the new root).
echo "Installing the base system (it may take a while)." 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. # Generating /etc/fstab.
echo "Generating a new fstab." echo "Generating a new fstab."