From 991f2f631620971d50545c094a4d56ea8e38279f Mon Sep 17 00:00:00 2001 From: Reymer Vargas <1899902+userravs@users.noreply.github.com> Date: Mon, 19 Oct 2020 14:07:27 -0600 Subject: [PATCH] Fix container-runtimes.md repos Debian/Ubuntu Updating the syntax on redirection to repo files in Ubuntu as in Debian documentation, since the syntax requires privileges to perform the redirection, removing double quotes from apt Sources files, to avoid issues with apt while reading source packages. --- .../production-environment/container-runtimes.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/content/en/docs/setup/production-environment/container-runtimes.md b/content/en/docs/setup/production-environment/container-runtimes.md index aa345587e1..406b7188cd 100644 --- a/content/en/docs/setup/production-environment/container-runtimes.md +++ b/content/en/docs/setup/production-environment/container-runtimes.md @@ -235,10 +235,10 @@ To install version 1.18.3, set `VERSION=1.18:1.18.3`. Then run ```shell cat < /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list -sudo echo "deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/$VERSION/$OS/ /" > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable:cri-o:$VERSION.list +cat <