Update for fedora atomic
This commit is contained in:
parent
46cdfbe486
commit
e8242b0ad0
13 changed files with 99 additions and 15 deletions
|
@ -14,6 +14,9 @@ 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 "rpm-ostree"; then
|
||||
sudo wget https://askiiart.net/repos/fedora/x86_64/askiiart.repo -O /etc/yum.repos.d/askiiart.repo
|
||||
rpm-ostree install youtube-music -y
|
||||
elif command_exists "yay"; then
|
||||
yay -S youtube-music-bin --noconfirm --needed
|
||||
elif command_exists "xbps-install"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue