Remove FF ESR before updates.

This commit is contained in:
Dominik V. Salonen 2017-12-11 10:53:34 +00:00
parent 4d05cec857
commit ac0ebb83fe
1 changed files with 5 additions and 2 deletions

View File

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