From 58f323721c2de254895a1e75e5597fb0ad9f9b79 Mon Sep 17 00:00:00 2001 From: Patrick Gallagher Date: Mon, 19 Oct 2015 11:50:38 -0400 Subject: [PATCH] Include installation of php-gd for Ubuntu php-gd is installed for RH distros, but not Ubuntu. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9e5eaa2397..47895871f7 100755 --- a/install.sh +++ b/install.sh @@ -104,7 +104,7 @@ if [[ $distro == "u" ]]; then #We already established MySQL root & user PWs, so we dont need to be prompted. Let's go ahead and install Apache, PHP and MySQL. sudo DEBIAN_FRONTEND=noninteractive apt-get install -y lamp-server^ - sudo apt-get install -y php5 php5-mcrypt php5-curl php5-mysql + sudo apt-get install -y php5 php5-mcrypt php5-curl php5-mysql php-gd #Create MySQL accounts echo "Create MySQL accounts"