re-added deadsnakes ppa, because ubuntu 16 doesn't support py3.7 reps

This commit is contained in:
VakarisZ 2019-10-23 15:11:58 +03:00
parent bcf428de1e
commit 4457cdc0c8
1 changed files with 2 additions and 2 deletions

View File

@ -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