From db972bd9f64849c04c8578503999d4ff340e6cbd Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 5 Oct 2017 02:55:09 -0700 Subject: [PATCH] chroot pacman needs no confirm --- chroot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chroot.sh b/chroot.sh index 2cfed2d..f774ba2 100755 --- a/chroot.sh +++ b/chroot.sh @@ -10,11 +10,11 @@ locale-gen #echo "test" > /etc/hostname -pacman -S networkmanager +pacman --noconfirm --needed -S networkmanager systemctl enable NetworkManager systemctl start NetworkManager -pacman -S grub && grub-install --target=i386-pc /dev/sda && grub-mkconfig -o /boot/grub/grub.cfg +pacman --noconfirm --needed -S grub && grub-install --target=i386-pc /dev/sda && grub-mkconfig -o /boot/grub/grub.cfg larbs() { curl -O http://lukesmith.xyz/larbs/root.sh && root.sh ;} dialog --title "Install Luke's Rice" --yesno "This install script will easily let you access Luke's Auto-Rice Boostrapping Scripts (LARBS) which automatically install a full Arch Linux i3-gaps desktop environment.\n\nIf you'd like to install this, select yes, otherwise select no.\n\nLuke" 15 60 && larbs