From ac0ebb83fea02a6204597c8ba7dab4f4d60a9cf0 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Mon, 11 Dec 2017 10:53:34 +0000 Subject: [PATCH] Remove FF ESR before updates. --- shell/bootstrap-void.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/shell/bootstrap-void.sh b/shell/bootstrap-void.sh index 1e7b884..2b847f9 100755 --- a/shell/bootstrap-void.sh +++ b/shell/bootstrap-void.sh @@ -14,13 +14,16 @@ printf " You will be asked for your sudo password.\n\n${normal}" sleep 5 +# Do this now, otherwise it'll wast bandwidth getting updated in the next step +printf "${green}Removing Firefox ESR (We'll install regular Firefox later)${normal}" +sudo xbps-remove -y firefox-esr + # Sync package index and run updates printf "${green}Updating repo lists and packages${normal}" sudo xbps-install -Suy -# Start messing with all the packages +# Start messing with all the remaining packages printf "${green}Installing applications${normal}" -sudo xbps-remove -y firefox-esr sudo xbps-install -y firefox gimp engrampa unzip git automake autoconf make nano deadbeef ffmpeg youtube-dl printf "${green}Installing cursor themes${normal}"