Browse Source

Fixed add-apt-repository command not found

old-stable
Mitesh Shah 11 years ago
parent
commit
16c265e5d4
  1. 2
      usr/local/sbin/easyengine

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

Loading…
Cancel
Save