RocketChat / install.sh

command line tool to help you install and configure a RocketChat server in a Linux host
https://rocket.chat/docs/installation/rocketchatctl/
32 stars 33 forks source link

rocketchatctl should support Debian version 11 but doesn't #75

Open tmkis2 opened 1 year ago

tmkis2 commented 1 year ago

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.

geekgonecrazy commented 1 year ago

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

geekgonecrazy commented 1 year ago

I've also transferred the issue to the repo