Add void support, plus some other updates
This commit is contained in:
parent
2b9c0a8d6c
commit
6199ce3d88
13 changed files with 62 additions and 12 deletions
|
@ -16,6 +16,10 @@ elif command_exists "yum"; then
|
|||
sudo dnf install youtube-music -y
|
||||
elif command_exists "yay"; then
|
||||
yay -S youtube-music-bin --noconfirm --needed
|
||||
elif command_exists "xbps-install"; then
|
||||
cd ~/Applications
|
||||
curl -LO $(curl -s https://api.github.com/repos/th-ch/youtube-music/releases/latest | grep "browser_download_url.*YouTube-Music-.*.AppImage" | cut -d : -f 2,3 | tr -d \") -C -
|
||||
cd -
|
||||
else
|
||||
echo "IDK, check the repo: https://github.com/th-ch/youtube-music"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue