forked from p15670423/monkey
re-added deadsnakes ppa, because ubuntu 16 doesn't support py3.7 reps
This commit is contained in:
parent
bcf428de1e
commit
4457cdc0c8
|
@ -69,8 +69,8 @@ fi
|
|||
|
||||
if [[ ${python_cmd} == "" ]]; then
|
||||
log_message "Python 3.7 command not found. Installing python 3.7."
|
||||
sudo apt-get update
|
||||
sudo apt-get install python3.7
|
||||
sudo add-apt-repository ppa:deadsnakes/ppa
|
||||
sudo apt install python3.7
|
||||
log_message "Python 3.7 is now available with command 'python3.7'."
|
||||
python_cmd="python3.7"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue