浏览代码

Add the missing option to the wget command for updating Docker.

Signed-off-by: Raghuram Devarakonda <draghuram@gmail.com>
Raghuram Devarakonda 10 年之前
父节点
当前提交
9287e70c12
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/installation/ubuntulinux.md

+ 1 - 1
docs/sources/installation/ubuntulinux.md

@@ -302,5 +302,5 @@ NetworkManager (this might slow your network).
 
 To install the latest version of Docker, use the standard `-N` flag with `wget`:
 
-	$ wget -N https://get.docker.com/ | sh
+	$ wget -N -qO- https://get.docker.com/ | sh