Add ProtonUp and YT music for arch

This commit is contained in:
askiiart 2023-10-20 12:04:34 -05:00
parent 3ea177994f
commit 5113a45cbd
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
3 changed files with 14 additions and 5 deletions

View file

@ -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