From 16c265e5d47cb43897008ab479fbe6eebc424c4f Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Tue, 22 Apr 2014 13:41:59 +0530 Subject: [PATCH] Fixed add-apt-repository command not found --- usr/local/sbin/easyengine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/sbin/easyengine b/usr/local/sbin/easyengine index a8d53156..b8dc3097 100644 --- a/usr/local/sbin/easyengine +++ b/usr/local/sbin/easyengine @@ -49,7 +49,7 @@ PYTHONSOFTWARE() { # Install Python Software Properties echo -e "\033[34mInstalling Python Software Properties, Please Wait...\e[0m" - $EEAPTGET install python-software-properties \ + $EEAPTGET install python-software-properties software-properties-common \ || OwnError "Unable To Install Python Software Properties" }