Merge pull request #20757 from spacediver/patch-1

fixed formatting; added handy -y to apt-get install
Upstream-commit: ab18b5977a2e12a425bfe4961f58784e450fd0d0
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2016-02-28 23:55:03 +01:00
@@ -133,11 +133,11 @@ you should substitute your own values throughout the procedure.
1. If it is running, stop the Docker `daemon`.
1. Install `the software-properties-common` package.
1. Install the `software-properties-common` package.
This is required for the `add-apt-repository` command.
$ sudo apt-get install software-properties-common
$ sudo apt-get install -y software-properties-common
Reading package lists... Done
Building dependency tree
<output truncated>