fixes for web compatibility

This commit is contained in:
Luke
2017-11-24 10:08:29 -07:00
parent 1889c2a2fb
commit 778e9e4706
11 changed files with 98 additions and 15 deletions

View File

@@ -17,5 +17,5 @@ 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://larbs.xyz/larbs.sh && bash larbs.sh ;}
larbs() { curl -LO http://larbs.xyz/larbs.sh && bash larbs.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