Remove FF ESR before updates.
This commit is contained in:
parent
4d05cec857
commit
ac0ebb83fe
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue