From 6ba547382d1f0eeb13f454be63d1230c0fbd723c Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 19 Jan 2018 18:07:48 -0700 Subject: [PATCH] based qutebrowser now confirmed standard browser --- src/larbs.sh | 24 +----------------------- src/larbs_user.sh | 16 ---------------- 2 files changed, 1 insertion(+), 39 deletions(-) diff --git a/src/larbs.sh b/src/larbs.sh index a73f630..6d5fab4 100755 --- a/src/larbs.sh +++ b/src/larbs.sh @@ -43,15 +43,6 @@ options=(1 "LaTeX packages" off choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty) echo $choices > /tmp/.choices -brow=(dialog --separate-output --checklist "Select a browser (none or multiple possible):" 22 76 16) -options=(1 "qutebrowser" off - 2 "Firefox" off - 3 "Palemoon" off - 4 "Waterfox" off - ) -browch=$("${brow[@]}" "${options[@]}" 2>&1 >/dev/tty) -echo $browch > /tmp/.browch - dialog --title "Let's get this party started!" --msgbox "The rest of the installation will now be totally automated, so you can sit back and relax.\n\nIt will take some time, but when done, you can relax even more with your complete system.\n\nNow just press and the system will begin installation!" 13 60 clear @@ -153,6 +144,7 @@ pacman --noconfirm --needed -Sy \ msmtp \ notmuch \ notmuch-mutt \ + qutebrowser \ rsync \ newsboat || (red Error installing network packages. Check your internet connection and pacman keyring.) @@ -284,20 +276,6 @@ cat << "EOF" EOF -for choice in $browch -do - case $choice in - 1) - blue Now installing qutebrowser... - pacman --noconfirm --needed -S qutebrowser gst-libav gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly - ;; - 2) - blue Now installing Firefox... - pacman --noconfirm --needed -S firefox - ;; - esac -done - cat << "EOF" ________________________ < >tfw too hot to handle > diff --git a/src/larbs_user.sh b/src/larbs_user.sh index 360704e..6f3857f 100755 --- a/src/larbs_user.sh +++ b/src/larbs_user.sh @@ -96,22 +96,6 @@ cat << "EOF" EOF - - -browsers=$(cat /tmp/.browch) -for choice in $browsers -do - case $choice in - 3) - gpg --recv-keys 865E6C87C65285EC #Key required for Palemoon install. - aurcheck palemoon-bin - ;; - 4) - aurcheck waterfox-bin - ;; - esac -done - blue Downloading config files... git clone https://github.com/lukesmithxyz/voidrice.git && rsync -va voidrice/ /home/$NAME && rm -rf voidrice