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" }