💥 add failing music config

This commit is contained in:
dth@taiga.ai 2022-05-17 12:30:58 +02:00
parent dfc5f3499e
commit b02a6f06fe
4 changed files with 96 additions and 0 deletions

View file

@ -11,4 +11,14 @@ sudo apt install make
sudo apt install curl
sudo apt install ffmpeg
sudo apt install zsh # install oh-my-zsh to set zsh as default shell
# music setup
sudo apt-get install mpd
sudo apt-get install ncmpcpp
```
## Snap Apps
```
sudo snap install yt-dlp
```