cucumber-sp / yandex-music-linux

Linux client of Yandex Music
Other
339 stars 8 forks source link

[Requesting Help] Create APT/DNF mirrors #75

Open cucumber-sp opened 5 months ago

cucumber-sp commented 5 months ago

App is currently not published to any remote hosts for APT or DNF. I have a dedicated server we can use for it, but I need somebody to help me with setting it up. If you're ready to do it. please contact me: loraner123@gmail.com

BungaaFACE commented 4 months ago

Hi, here is link Looks not so complicated for set up

cucumber-sp commented 4 months ago

Hi, here is link Looks not so complicated for set up

Done, You can try to add the repo with

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

and then install package with

sudo apt install yandex-music
BungaaFACE commented 4 months ago

Done, You can try to add the repo with

This command need sudo to save output in a /etc/apt/sources.list.d

echo 'deb [signed-by=/etc/apt/keyrings/cucumber-space.key.gpg] https://apt.cucumber-space.online ./' > /etc/apt/sources.list.d/cucumber-space.list

So i changed to this:

echo 'deb [signed-by=/etc/apt/keyrings/cucumber-space.key.gpg] https://apt.cucumber-space.online ./' | sudo tee /etc/apt/sources.list.d/cucumber-space.list > /dev/null

or can be changed to this, which i dont like:

sudo sh -c 'echo 'deb [signed-by=/etc/apt/keyrings/cucumber-space.key.gpg] https://apt.cucumber-space.online ./' > /etc/apt/sources.list.d/cucumber-space.list'

Anyway app installs from repo, which is great!

cucumber-sp commented 4 months ago

fixed

BungaaFACE commented 4 months ago

Last update 5.2.2 from 21 May dont show in apt repo. Did you run /usr/bin/update-repo.sh after updating package?

cucumber-sp commented 4 months ago

Last update 5.2.2 from 21 May dont show in apt repo. Did you run /usr/bin/update-repo.sh after updating package?

done

AndyDroid10X commented 2 months ago

You could build and publish it on https://build.opensuse.org/. It will be look like this: Klassy (just for example).

prostopasta commented 1 month ago

Website https://apt.cucumber-space.online not available

alldevic commented 1 month ago

Not available again image

cucumber-sp commented 4 weeks ago

Not available again image

Fixed