Support Ubuntu(debian) based systems
Currently Juice supports only almalinux systems. Since there is nothing technically blocking, we could expand it to support debian based systems, specifically ubuntu. Components of juice that will need to be upgraded: 1. Installation instructions 2. `packaging/fpm.sh` to build debian files 3. `download-latest` scripts 4. CI and package registry need to be updated to support 5. Anywhere that dnf is hardcoded(telegraf and rsyslog installation cli) This list is non-exhaustive. Probably more things need to be updated, but will only be found by testing. Proposal is to implement all the above things in the devcontainer(using ubuntu). Release an alpha off of main, and then performa a full integration test on a clean ubuntu machine
issue