Skip to content

install.sh - wrong url path for python #9

@reklawykSekuL

Description

@reklawykSekuL

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions