diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-30 15:02:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-30 15:02:18 -0800 |
commit | a3e14c87bb15c551d58d5b4f66cdfa5b900d50f5 (patch) | |
tree | 93015b6caea78d77a16314b7b47f308b2de9965f /install.md | |
parent | fad36345f52698b6b4fe00fb8727d98bf4553654 (diff) | |
parent | 51904076196273d8cea89a1c04740322c7cbcf7c (diff) | |
download | podman-a3e14c87bb15c551d58d5b4f66cdfa5b900d50f5.tar.gz podman-a3e14c87bb15c551d58d5b4f66cdfa5b900d50f5.tar.bz2 podman-a3e14c87bb15c551d58d5b4f66cdfa5b900d50f5.zip |
Merge pull request #5022 from ssbarnea/fix/validate
Assure validate includes lint
Diffstat (limited to 'install.md')
-rw-r--r-- | install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install.md b/install.md index cd77ad139..b143c7f7a 100644 --- a/install.md +++ b/install.md @@ -90,7 +90,7 @@ Built-in, no need to install #### [Raspbian](https://raspbian.org) The Kubic project provides packages for Raspbian 10. - + ```bash # Raspbian 10 echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Raspbian_10/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list @@ -184,7 +184,7 @@ with our [COPR repository](https://copr.fedorainfracloud.org/coprs/baude/Upstrea #### [Raspbian](https://raspbian.org) The Kubic project provides RC/testing packages for Raspbian 10. - + ```bash # Raspbian 10 echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/testing/Raspbian_10/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:testing.list |