From 2bb3361218e644e134a55734d0f96173d87637f9 Mon Sep 17 00:00:00 2001 From: Oskop Date: Sat, 22 Jun 2019 10:09:22 +0700 Subject: [PATCH] Update install-deps --- install-deps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-deps b/install-deps index b1d5a4d44..38a824a75 100755 --- a/install-deps +++ b/install-deps @@ -175,7 +175,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 echo "==> Found Ubuntu version ${ubuntu_major_version}.xx" if [[ $ubuntu_major_version -lt '12' ]]; then echo '==> Ubuntu version not supported.' @@ -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 \