Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
install: fix ubuntu docs.
Browse files Browse the repository at this point in the history
obs provides ubuntu packages by http not https.

Fixes: #81
  • Loading branch information
jcvenegas committed May 15, 2018
1 parent be38876 commit 3580012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/ubuntu-installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ For more information on installing Docker please refer to the
2. Install the Kata Containers components with the following commands:

```
$ sudo sh -c "echo 'deb https://download.opensuse.org/repositories/home:/katacontainers:/release/xUbuntu_$(lsb_release -rs)/ /' >> /etc/apt/sources.list.d/kata-containers.list"
$ curl -sL https://download.opensuse.org/repositories/home:/katacontainers:/release/xUbuntu_$(lsb_release -rs)/Release.key | sudo apt-key add -
$ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/katacontainers:/release/xUbuntu_$(lsb_release -rs)/ /' >> /etc/apt/sources.list.d/kata-containers.list"
$ curl -sL http://download.opensuse.org/repositories/home:/katacontainers:/release/xUbuntu_$(lsb_release -rs)/Release.key | sudo apt-key add -
$ sudo -E apt-get update
$ sudo -E apt-get -y install kata-runtime kata-proxy kata-shim
```
Expand Down

0 comments on commit 3580012

Please sign in to comment.