Remove "-y" option for package install command.

According to "code conventions" [1], do not use "-y" option.
Instead, use apt-get install package, yum install package, or zypper install package.

[1] https://docs.openstack.org/doc-contrib-guide/writing-style/code-conventions

Change-Id: I293ffdd875680fc837a3ff877eba28b233c8ff9c
This commit is contained in:
luke.li 2018-01-05 16:36:11 +08:00
parent 4930fbff57
commit 2329d993ef
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ change them as you like.
#. Install and run memcached DB::
$ sudo apt-get install -y memcached
$ sudo apt-get install memcached
$ memcached -u memcache -d
#. Analyze data which are specifed on default_data.json and store the data into memcached DB::