Browse code

fixed formatting; added handy -y to apt-get install

Signed-off-by: Pavel Sutyrin <pavel.sutyrin@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Pavel Sutyrin authored on 2016/02/28 21:59:30
Showing 1 changed files
... ...
@@ -133,11 +133,11 @@ you should substitute your own values throughout the procedure.
133 133
 
134 134
 1. If it is running, stop the Docker `daemon`.
135 135
 
136
-1. Install `the software-properties-common` package.
136
+1. Install the `software-properties-common` package.
137 137
 
138 138
     This is required for the `add-apt-repository` command.
139 139
 
140
-        $ sudo apt-get install software-properties-common
140
+        $ sudo apt-get install -y software-properties-common
141 141
         Reading package lists... Done
142 142
         Building dependency tree
143 143
         <output truncated>