Current script assumes that `/usr/local/bin` is in `PATH` then the installation fails on CentOS 7 because it is not in the default PATH. This was discussed also in #973 and can be fixed adding it to the PATH if not present yet.
Current script assumes that
/usr/local/binis inPATHthen the installation fails on CentOS 7 because it is not in the default PATH.This was discussed also in #973 and can be fixed adding it to the PATH if not present yet.