소스 검색

Improved install command. (#4106)

Added `-y` flag to `sudo apt-get` command.
Vladimir Kovpak 7 년 전
부모
커밋
7402555f34
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      php/README.md

+ 1 - 1
php/README.md

@@ -36,7 +36,7 @@ To install the c extension, the following tools are needed:
 
 
 On Ubuntu, you can install them with:
 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
 On other platforms, please use the corresponding package managing tool to
 install them before proceeding.
 install them before proceeding.