We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3cdd0f + 59e60c4 commit 7f3c483Copy full SHA for 7f3c483
.setup/gatewaysetup.sh
@@ -40,8 +40,8 @@ sudo apt-get -y install nginx
40
#sudo sed -e '/stretch/ s/^#*/#/' -i /etc/apt/sources.list
41
#sudo apt-get update
42
43
-# echo -e "${CYAN}************* STEP: Install PHP5 *************${NC}"
44
-sudo apt-get -y install php5-common php5-cli php5-fpm
+# echo -e "${CYAN}************* STEP: Install PHP7 *************${NC}"
+sudo apt-get -y install php-common php-cli php-fpm
45
46
#install NodeJS
47
echo -e "${CYAN}************* STEP: Install NodeJS *************${NC}"
0 commit comments