From 4d727c1d52b45fdb5a441a616ad995b19daa61b5 Mon Sep 17 00:00:00 2001 From: B Bharath Kumar Reddy Date: Wed, 17 Jun 2020 11:03:52 +0530 Subject: [PATCH] Added force key to suto start curl --- system/scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/scripts/install.sh b/system/scripts/install.sh index 2e8c7ab..da8fbda 100644 --- a/system/scripts/install.sh +++ b/system/scripts/install.sh @@ -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