Skip to content

Commit

Permalink
add fpm
Browse files Browse the repository at this point in the history
  • Loading branch information
mark_rees committed Apr 16, 2022
1 parent 0dafe72 commit 47009fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-environment-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
sudo apt-get install apt-transport-https software-properties-common dirmngr

# php
sudo apt install php7.4 php7.4-pdo php7.4-curl php7.4-mysqlnd php7.4-opcache php7.4-xml php7.4-gd php7.4-mysql php7.4-intl php7.4-mbstring php7.4-bcmath php7.4-json php7.4-iconv php7.4-soap php7.4-zip php-dev
sudo apt install php7.4 php7.4-pdo php7.4-curl php7.4-mysqlnd php7.4-opcache php7.4-xml php7.4-gd php7.4-mysql php7.4-intl php7.4-mbstring php7.4-bcmath php7.4-json php7.4-iconv php7.4-soap php7.4-zip php-dev php7.4-fpm

# git & unzip
sudo apt install unzip git
Expand Down

0 comments on commit 47009fd

Please sign in to comment.