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}"