Skip to content

Commit

Permalink
install.sh bug fix patch - CRITICAL
Browse files Browse the repository at this point in the history
  • Loading branch information
andreapollastri committed May 5, 2020
1 parent 89c8081 commit 51c15a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions storage/app/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ sudo cat > "$DATABASE" <<EOF
$DBPASS
EOF

DEBIAN_FRONTEND=noninteractive apt-get install postfix

clear
echo "Server basic configuration: OK!"
sleep 3s
Expand Down Expand Up @@ -701,8 +699,9 @@ sudo cat > "$WELCOME" <<EOF
</html>
EOF

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

clear
Expand Down Expand Up @@ -733,6 +732,8 @@ sudo systemctl restart nginx.service

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

DEBIAN_FRONTEND=noninteractive apt-get install postfix

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

0 comments on commit 51c15a1

Please sign in to comment.