Add ffmpeg and youtube-dl to bootstrap-void.sh
This commit is contained in:
parent
e34833b38f
commit
4297a442fb
|
@ -21,7 +21,7 @@ sudo xbps-install -Suy
|
||||||
# Start messing with all the packages
|
# Start messing with all the packages
|
||||||
printf "${green}Installing applications${normal}"
|
printf "${green}Installing applications${normal}"
|
||||||
sudo xbps-remove -y firefox-esr
|
sudo xbps-remove -y firefox-esr
|
||||||
sudo xbps-install -y firefox gimp unzip git automake autoconf make nano deadbeef
|
sudo xbps-install -y firefox gimp unzip git automake autoconf make nano deadbeef ffmpeg youtube-dl
|
||||||
|
|
||||||
printf "${green}Installing cursor themes${normal}"
|
printf "${green}Installing cursor themes${normal}"
|
||||||
sudo xbps-install -y xcursor-themes xcursor-vanilla-dmz
|
sudo xbps-install -y xcursor-themes xcursor-vanilla-dmz
|
||||||
|
|
Loading…
Reference in New Issue