soundnode-app
soundnode-app copied to clipboard
Bionic and Artful ubuntu support temporarily solved
I tried installing soundnode on my ubuntu bionic machine but it said package not found, so i tweaked your shell script to identify my distribution as xenial, as you recommended in your script(in the comments),but the music tracks weren't being played. I have currently tweaked your script (script.deb.sh) so that it identifies if the distribution is artful/bionic and exits the installation with appropriate error message,PFA
@jakejarrett @JonasGroeger
Are you able to do a PR With the changes? as it looks like the file you linked is on the main soundnode repo?
I would have to upload this script somewhere else and change the URL on the main website to the new location of script,as i do not have the access to the package cloud account where the current script resides,which is https://packagecloud.io/JonasGroeger/soundnode
This might have performance issues.
@jakejarrett the file is not on the main repo
Ah thanks, yeah my bad. i looked at the PR when i was super tired.
Yeah the file looks good, I'll try to update the install script if I'm able.
It would be a good idea if you also could add it onto the main repo, for further changes,if any.
Sorry for delayed response, I might fork the work @JonasGroeger did for CI and setup an automated deployment process where it will output working artifacts that can be used for release binaries.
Regarding the deb/ppa, ideally it should be packaged using snap / appimage / flatpak for the users choice.