0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2024-12-23 14:12:59 +03:00

Update README.md for APT support

This commit is contained in:
Andrey Onischenko 2024-05-18 15:40:19 +03:00 committed by GitHub
parent 9945a892a4
commit 92d8a9f46f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,16 @@ pacman -U yandex-music-<version>-any.pkg.tar.zst
#### APT
Package is currently unavailable at APT. If you'd like to help us with publishing, feel free to open new issue.
Download key and add repository to mirror list
```bash
curl -fsSL https://apt.cucumber-space.online/key.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/cucumber-space.key.gpg
echo 'deb [signed-by=/etc/apt/keyrings/cucumber-space.key.gpg] https://apt.cucumber-space.online ./' > /etc/apt/sources.list.d/cucumber-space.list
sudo apt update
```
Then you can install app with
```bash
sudo apt install yandex-music
```
#### Binary package file