Merge "Fix ubuntu install command in install guide"

This commit is contained in:
Jenkins 2015-10-01 03:10:59 +00:00 committed by Gerrit Code Review
commit 279bcb3d04

View File

@ -2151,7 +2151,7 @@ CoreOS tools
sudo dnf install docker gzip util-linux cpio findutils grep gpg
Ubuntu 14.04 (trusty) or higher:
sudo apt-get install docker.io gzip uuid-runtime cpio findutils grep gpg
sudo apt-get install docker.io gzip uuid-runtime cpio findutils grep gnupg
#. Change directory to ``imagebuild/coreos``::