From 9b32bc9cfd71f42b09639d5b72094fb40755d1eb Mon Sep 17 00:00:00 2001 From: Pushpendra Date: Thu, 30 May 2019 02:28:02 +0530 Subject: [PATCH] Update install-deps python-software-properties had been obsolete and replaced by software-properties-common --- install-deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-deps b/install-deps index b1d5a4d44..dcea4a510 100755 --- a/install-deps +++ b/install-deps @@ -258,7 +258,7 @@ elif [[ "$(uname)" == 'Linux' ]]; then echo "Some portion of the update is failed" fi # python-software-properties is required for apt-add-repository - sudo apt-get install -y python-software-properties + sudo apt-get install -y software-properties-common if [[ $elementary_version == '0.3' ]]; then echo '==> Found Ubuntu version 14.xx based elementary installation, installing dependencies' sudo apt-get install -y software-properties-common \