Closed xmedeko closed 2 years ago
When I run the script with rocketchatctl install --mongo-version=4.4 it installs Mongo 5.0 (on Debian buster!) anyway. I have to comment out get_supported_mongo_version.
rocketchatctl install --mongo-version=4.4
get_supported_mongo_version
Fixed by 3d96023d28685f4d86ca1b4c39354441ce87912b
When I run the script with
rocketchatctl install --mongo-version=4.4
it installs Mongo 5.0 (on Debian buster!) anyway. I have to comment outget_supported_mongo_version
.