From 7830d0c5f07327bf3cbf5a1d5a0fc8fbc97e382b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Wed, 19 Oct 2016 22:46:45 +0200 Subject: [PATCH] sudo tee MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- engine/installation/linux/ubuntulinux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/installation/linux/ubuntulinux.md b/engine/installation/linux/ubuntulinux.md index b6f0908b61..4d87fee7fc 100644 --- a/engine/installation/linux/ubuntulinux.md +++ b/engine/installation/linux/ubuntulinux.md @@ -90,7 +90,7 @@ packages from the Docker repository: for the placeholder ``. ```bash - $ sudo echo "" > /etc/apt/sources.list.d/docker.list + $ echo "" | sudo tee /etc/apt/sources.list.d/docker.list ``` 7. Update the `APT` package index.