install.sh icon indicating copy to clipboard operation
install.sh copied to clipboard

rocketchatctl should support Debian version 11 but doesn't

Open tmkis2 opened this issue 2 years ago • 2 comments

According to: https://docs.rocket.chat/deploy/prepare-for-your-deployment/rapid-deployment-methods/rocketchatctl

Debian 9, 10, 11

Debian 11 should be supported.

But when running on a newly created Debian 11 host it says:

The detected Linux distribution is not supported by rocketchatctl.

looking at the source of the bash script there is:

        debian)
            [[ "$distro_version" =~ (("9"|"10")) ]] || print_distro_not_supported_error_and_exit

I've not tried to insert "11" there and try it anyway.

tmkis2 avatar Jul 09 '23 03:07 tmkis2

Please feel free to open a pull request there on the repo https://github.com/rocketchat/install.sh

geekgonecrazy avatar Jul 11 '23 19:07 geekgonecrazy

I've also transferred the issue to the repo

geekgonecrazy avatar Jul 11 '23 19:07 geekgonecrazy