From d9c096ad76afd6a3f6b5035fadd15ca76aad1657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20=C3=87olako=C4=9Flu?= Date: Tue, 16 Mar 2021 20:18:00 +0300 Subject: [PATCH] Uninstall nano, cause ew --- arch-setup/chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-setup/chroot.sh b/arch-setup/chroot.sh index 5f1cbdb2..c3d31ecb 100755 --- a/arch-setup/chroot.sh +++ b/arch-setup/chroot.sh @@ -92,13 +92,13 @@ cp -r /tmp/pthemes/pack_4/sphere /usr/share/plymouth/themes echo -e "/boot/EFI/refind\n2\n2" | sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/bobafetthotmail/refind-theme-regular/master/install.sh)" - systemctl enable NetworkManager systemctl enable ly mkinitcpio -P vim /etc/fstab +pacman -R nano # uninstall nano, eww echo "SETUP COMPLETE"