hi
would it be possible to modify the install script to install the config tool on Arch Linux distributions? should be fairly easy by replacing apt-get with pacman etc. and matching the packages needed.
hi
would it be possible to modify the install script to install the config tool on Arch Linux distributions? should be fairly easy by replacing apt-get with pacman etc. and matching the packages needed.
Supporting ARCH Linux would require us to port over every .deb package we offer. That’s too much effort required to keep everything maintained and tested properly.
The most important thing that the Pisound install script does is install the pisound-btn
. You could simply install it from source, here: GitHub - BlokasLabs/pisound: pisound kernel module and user-mode button
would it be possible to offer it as a .deb?
i have had success in the past with installing deb files using debtap
It’s on apt.blokas.io, is there any tools to download deb packages from Debian APT servers? On regular Debian based distro’s you could do apt download pisound-btn
to get the .deb file saved locally.
i would need direct urls to download the debs
https://apt.blokas.io/pool/main/p/pisound-btn/pisound-btn_1.16-1_arm64.deb
However, installing from source is probably easier.