Skip to content

Commit 8bf4a0c

Browse files
Merge pull request #164 from bbharathkumarreddy/dev-z1
Added force key to sudo start curl module
2 parents 62a4e74 + 4d727c1 commit 8bf4a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ install(){
125125
install_nano
126126
install_nginx
127127
install_php
128-
sudo apt-get install php-curl
128+
sudo apt-get install php-curl -y
129129
if [ "$install_mysql" = 'true' ]; then
130130
install_mysql $mysql_password $mysql_alt_user $mysql_alt_pwd $mysql_port 0.0.0.0
131131
fi

0 commit comments

Comments
 (0)