I tried to install Rasa x 1.0 on CentOS 7.7 using REI. The installation fails with the following error:
> Welcome to RASA Ephemeral Installer [REI]
> Detecting OS...
> ✓ CentOS Linux 7 (Core)
x unknown distribution
I checked the installation script rei.sh and noticed that it contains the following lines:
elif [[ "${distribution}" =~ "Fedora" ]]; then
preflight_check
info "Detecting OS..."
allgood "found ${distribution}"
check_install_centos
This part refers to Fedora while Fedora doesn’t appear in the supported OS. Also, the last line calls for check_install_centos but this func is not found in the script. Is it a bug?