File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
content/en/docs/setup/production-environment Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -235,10 +235,10 @@ To install version 1.18.3, set `VERSION=1.18:1.18.3`.
235
235
Then run
236
236
``` shell
237
237
cat << EOF | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
238
- " deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/$OS / /"
238
+ deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/$OS / /
239
239
EOF
240
240
cat << EOF | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable:cri-o:$VERSION .list
241
- " deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/$VERSION /$OS / /"
241
+ deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/$VERSION /$OS / /
242
242
EOF
243
243
244
244
curl -L https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable:cri-o:$VERSION /$OS /Release.key | sudo apt-key add -
@@ -270,8 +270,12 @@ To install version 1.18.3, set `VERSION=1.18:1.18.3`.
270
270
271
271
Then run
272
272
``` shell
273
- sudo echo " deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/$OS / /" > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
274
- 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
273
+ cat << EOF | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
274
+ deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/$OS / /
275
+ EOF
276
+ cat << EOF | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable:cri-o:$VERSION .list
277
+ deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/$VERSION /$OS / /
278
+ EOF
275
279
276
280
curl -L https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable:cri-o:$VERSION /$OS /Release.key | sudo apt-key add -
277
281
curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/$OS /Release.key | sudo apt-key add -
You can’t perform that action at this time.
0 commit comments