Open apiszcz opened 6 years ago
LIne 178 sudo apt-get install -y python-software-properties
Package name replaces by the following apt-get install software-properties-common
Confirmed this is causing issue for me too. I replaced the line with sudo apt-get install -y software-properties-common for the script to complete
sudo apt-get install -y software-properties-common
LIne 178 sudo apt-get install -y python-software-properties
Package name replaces by the following apt-get install software-properties-common