From bc39ac71e66327aa73c44633b374ef75630909dc Mon Sep 17 00:00:00 2001 From: Edmund Wagner Date: Thu, 17 Oct 2013 10:07:12 +0200 Subject: [PATCH] c&p improvement for 13.04 first line killed sources list --- docs/sources/installation/ubuntulinux.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sources/installation/ubuntulinux.rst b/docs/sources/installation/ubuntulinux.rst index f3406c5b4b..fd869fbe9c 100644 --- a/docs/sources/installation/ubuntulinux.rst +++ b/docs/sources/installation/ubuntulinux.rst @@ -133,7 +133,8 @@ to follow them again.* sudo sh -c "wget -qO- https://get.docker.io/gpg | apt-key add -" # Add the Docker repository to your apt sources list. - sudo sh -c "echo deb http://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list" + sudo sh -c "echo deb http://get.docker.io/ubuntu docker main\ + > /etc/apt/sources.list.d/docker.list" # update sudo apt-get update