Add ProtonUp and YT music for arch
This commit is contained in:
parent
3ea177994f
commit
5113a45cbd
3 changed files with 14 additions and 5 deletions
|
@ -14,6 +14,8 @@ if command_exists "apt-get"; then
|
|||
elif command_exists "yum"; then
|
||||
sudo dnf config-manager --add-repo https://askiiart.net/repos/fedora/x86_64/askiiart.repo
|
||||
sudo dnf install youtube-music -y
|
||||
elif command_exists "yay"; then
|
||||
yay -S youtube-music-bin --noconfirm --needed
|
||||
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