found a bug in line 265 of install.sh - a false url path is set in the wget command
replace : sudo -u ${USER} wget https://www.python.org/ftp/python/3.7.3/Python-3.7.4.tar.xz
with: sudo -u ${USER} wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tar.xz
found a bug in line 265 of install.sh - a false url path is set in the wget command
replace :
sudo -u ${USER} wget https://www.python.org/ftp/python/3.7.3/Python-3.7.4.tar.xzwith:
sudo -u ${USER} wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tar.xz