Browse Source

Add NGINX & PHP Repository Without User Input

old-stable
Mitesh Shah 12 years ago
parent
commit
3d1352133a
  1. 4
      usr/local/sbin/easyengine

4
usr/local/sbin/easyengine

@ -36,7 +36,7 @@ NGINXREPO()
{
# Add Nginx Launchpad Repository
echo -e "\033[34m Adding Brianmercer Nginx Launchpad Repository... \e[0m"
sudo add-apt-repository ppa:brianmercer/nginx \
sudo add-apt-repository -y ppa:brianmercer/nginx \
|| OwnError "Unable To Add Nginx Launchpad Repository"
}
@ -44,7 +44,7 @@ PHPREPO()
{
# Add PHP Launchpad Repository
echo -e "\033[34m Adding PHP5 Launchpad Repository... \e[0m"
sudo add-apt-repository ppa:ondrej/php5 \
sudo add-apt-repository -y ppa:ondrej/php5 \
|| OwnError "Unable To Add PHP5 Launchpad Repository"
}

Loading…
Cancel
Save