From 7402555f34bbe04ca20268eff54a026c158087fb Mon Sep 17 00:00:00 2001 From: Vladimir Kovpak Date: Tue, 26 Jun 2018 00:20:21 +0300 Subject: Improved install command. (#4106) Added `-y` flag to `sudo apt-get` command. --- php/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php') diff --git a/php/README.md b/php/README.md index da7884ea..967250a7 100644 --- a/php/README.md +++ b/php/README.md @@ -36,7 +36,7 @@ To install the c extension, the following tools are needed: On Ubuntu, you can install them with: ``` -sudo apt-get install php-pear php5-dev autoconf automake libtool make gcc +sudo apt-get install -y php-pear php5-dev autoconf automake libtool make gcc ``` On other platforms, please use the corresponding package managing tool to install them before proceeding. -- cgit v1.2.3