Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
#154: drop g++ and gcc from phpmanager install, we've covered these v…
Browse files Browse the repository at this point in the history
…ia apt build-essentials
  • Loading branch information
yiendos committed Aug 16, 2019
1 parent ed2a184 commit 5fafb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/install-phpmanager-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ echo "" > $LOGFILE
mkdir -p $DESTINATION_DIR $WORK_DIR

# Install all packages that are available via the repositories
CMD="sudo apt-get -q -y install autoconf2.13 re2c bison g++ gcc libcurl4-openssl-dev libmariadb-dev libmariadb-dev-compat libmcrypt-dev libbz2-dev libjpeg-dev libpng-dev libfreetype6-dev libicu-dev libxml2-dev libxslt1-dev libssl-dev libreadline-dev libzip-dev libreadline-dev"
CMD="sudo apt-get -q -y install autoconf2.13 re2c bison libcurl4-openssl-dev libmariadb-dev libmariadb-dev-compat libmcrypt-dev libbz2-dev libjpeg-dev libpng-dev libfreetype6-dev libicu-dev libxml2-dev libxslt1-dev libssl-dev libreadline-dev libzip-dev libreadline-dev"
sub_execute "$CMD" "apt-get" "${LOGFILE}" "Install dependencies from Ubuntu repositories"

# Download external packages
Expand Down

0 comments on commit 5fafb3a

Please sign in to comment.