From c234bab9619b90a1ed9d41aea82be34b009e6d58 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 4 May 2018 14:01:33 -0700 Subject: [PATCH] chroot uses https --- src/chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chroot.sh b/src/chroot.sh index efa3d12..92d5448 100755 --- a/src/chroot.sh +++ b/src/chroot.sh @@ -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 -LO http://larbs.xyz/larbs.sh && bash larbs.sh ;} +larbs() { curl -O https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/src/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