From db8b217b2f7bb89f5a0f05ae9a0685382a74d1b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Garc=C3=ADa?= Date: Fri, 21 Feb 2020 11:05:44 +0100 Subject: [PATCH] Fix osmclient installation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gerardo GarcĂ­a --- 03-installing-osm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-installing-osm.md b/03-installing-osm.md index 8d7ac31..291143b 100644 --- a/03-installing-osm.md +++ b/03-installing-osm.md @@ -269,7 +269,7 @@ In order to install the OSM Client in your local Linux machine, you should follo # Clean the previous repos that might exist sudo sed -i "/osm-download.etsi.org/d" /etc/apt/sources.list wget -qO - https://osm-download.etsi.org/repository/osm/debian/ReleaseSEVEN/OSM%20ETSI%20Release%20Key.gpg | sudo apt-key add - -sudo add-apt-repository -y "deb [arch=amd64] https://osm-download.etsi.org/repository/osm/debian/ReleaseSEVEN stable devops osmclient" +sudo add-apt-repository -y "deb [arch=amd64] https://osm-download.etsi.org/repository/osm/debian/ReleaseSEVEN stable devops IM osmclient" sudo apt-get update sudo -H python3 -m pip install python-magic pyangbind sudo apt-get install python3-osmclient -- GitLab