Skip to content

Commit

Permalink
Critical fix on install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andreapollastri committed May 5, 2020
1 parent 51c15a1 commit 321bd7c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions storage/app/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -700,8 +700,7 @@ sudo cat > "$WELCOME" <<EOF
EOF

sudo apt-get install -y yarn
sudo apt-get install -y php74-php-curl
sudo service php7.4-fpm restart
sudo apt-get install -y php-curl
composer create-project phpmyadmin/phpmyadmin /var/www/html/pma

clear
Expand Down Expand Up @@ -732,7 +731,7 @@ sudo systemctl restart nginx.service

curl --request GET --url $REMOTE/remote/finalize/$SERVERCODE

DEBIAN_FRONTEND=noninteractive apt-get install postfix
sudo DEBIAN_FRONTEND=noninteractive apt-get install -yq postfix

clear
echo "Cipi installation has been completed... Wait for your data!"
Expand Down

0 comments on commit 321bd7c

Please sign in to comment.