Skip to content

Commit 7f3c483

Browse files
authored
Merge pull request #34 from Gerrymandered/patch-1
Changed install of PHP5 to PHP7
2 parents d3cdd0f + 59e60c4 commit 7f3c483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.setup/gatewaysetup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ sudo apt-get -y install nginx
4040
#sudo sed -e '/stretch/ s/^#*/#/' -i /etc/apt/sources.list
4141
#sudo apt-get update
4242

43-
# echo -e "${CYAN}************* STEP: Install PHP5 *************${NC}"
44-
sudo apt-get -y install php5-common php5-cli php5-fpm
43+
# echo -e "${CYAN}************* STEP: Install PHP7 *************${NC}"
44+
sudo apt-get -y install php-common php-cli php-fpm
4545

4646
#install NodeJS
4747
echo -e "${CYAN}************* STEP: Install NodeJS *************${NC}"

0 commit comments

Comments
 (0)