Open tmkis2 opened 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.
Please feel free to open a pull request there on the repo https://github.com/rocketchat/install.sh
I've also transferred the issue to the repo
According to: https://docs.rocket.chat/deploy/prepare-for-your-deployment/rapid-deployment-methods/rocketchatctl
Debian 11 should be supported.
But when running on a newly created Debian 11 host it says:
looking at the source of the bash script there is:
I've not tried to insert "11" there and try it anyway.