Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install.sh - wrong url path for python #9

Open
reklawykSekuL opened this issue Dec 20, 2019 · 0 comments
Open

install.sh - wrong url path for python #9

reklawykSekuL opened this issue Dec 20, 2019 · 0 comments

Comments

@reklawykSekuL
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant