commit 57bbbd2c6662123c13f980a77362f00761d006c5
parent db972bd9f64849c04c8578503999d4ff340e6cbd
Author: Luke <luke@lukesmith.xyz>
Date: Thu, 5 Oct 2017 03:02:54 -0700
chroot.sh now installs needed dialog
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/chroot.sh b/chroot.sh
@@ -16,5 +16,6 @@ systemctl start NetworkManager
pacman --noconfirm --needed -S grub && grub-install --target=i386-pc /dev/sda && grub-mkconfig -o /boot/grub/grub.cfg
+pacman --noconfirm --needed -S dialog
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