Problem
currently, the flag from ./install.sh: --force-unknown-distro doesnt account for arch-based operating systems or non-systemd operating systems. and it also doesnt take account for package managers. (currently the flag just forces you to use apt even if the operating is not debian based.)
Proposed solution
add a solution that would fix this issue, or rewrite the ./install.sh script to take account all of the mentioned issues above.
Alternatives considered
No response
Problem
currently, the flag from
./install.sh:--force-unknown-distrodoesnt account for arch-based operating systems or non-systemd operating systems. and it also doesnt take account for package managers. (currently the flag just forces you to use apt even if the operating is not debian based.)Proposed solution
add a solution that would fix this issue, or rewrite the
./install.shscript to take account all of the mentioned issues above.Alternatives considered
No response