diff options
author | Lokesh Mandvekar <lsm5@fedoraproject.org> | 2020-01-22 19:04:53 +0530 |
---|---|---|
committer | Lokesh Mandvekar <lsm5@fedoraproject.org> | 2020-01-22 19:05:46 +0530 |
commit | eef3d3240a757a438ad081d223556122cceb425f (patch) | |
tree | 1edd553dcb0ec76f5043242a8ef7e1024ca0bf85 /install.md | |
parent | ce4bf33ccc80819f199bdbb6526b9adee1ad41b0 (diff) | |
download | podman-eef3d3240a757a438ad081d223556122cceb425f.tar.gz podman-eef3d3240a757a438ad081d223556122cceb425f.tar.bz2 podman-eef3d3240a757a438ad081d223556122cceb425f.zip |
correct search-and-replace error
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
Diffstat (limited to 'install.md')
-rw-r--r-- | install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.md b/install.md index 35a931c85..90ad4f233 100644 --- a/install.md +++ b/install.md @@ -140,7 +140,7 @@ The Kubic project provides RC/testing packages for Debian 10, testing and unstable. ```bash -# Debian Untesting/Sid +# Debian Unstable/Sid echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/testing/Debian_Unstable/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:testing.list wget -nv https://download.opensuse.org/repositories/devel:kubic:libcontainers:testing/Debian_Unstable/Release.key -O Release.key |