Skip to content

Commit

Permalink
Merge pull request #164 from bbharathkumarreddy/dev-z1
Browse files Browse the repository at this point in the history
Added force key to sudo start curl module
  • Loading branch information
bbharathkumarreddy authored Jun 17, 2020
2 parents 62a4e74 + 4d727c1 commit 8bf4a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ install(){
install_nano
install_nginx
install_php
sudo apt-get install php-curl
sudo apt-get install php-curl -y
if [ "$install_mysql" = 'true' ]; then
install_mysql $mysql_password $mysql_alt_user $mysql_alt_pwd $mysql_port 0.0.0.0
fi
Expand Down

0 comments on commit 8bf4a0c

Please sign in to comment.