install-interpreter.sh script try to update all system packges when run on centos
install-interpreter.sh script try to update all system packges when run on centos.
Script in fucntion centos_install_python
on line ${centos_package_manager} update
try to update all installed packages, in yum
and dnf
package managers update
command is update
not like in apt
package manager "update package database"
Fortunately --yes
is not passed as parameter and this command will fail.