From f8ca7bd2ffc12d3deac3bd67fdda74a95841b6b3 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 8 Jan 2020 17:57:20 +0100 Subject: [PATCH] Minor typos in 03: installing OSM client Signed-off-by: garciadeblas --- 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 e4955f8..0055a62 100644 --- a/03-installing-osm.md +++ b/03-installing-osm.md @@ -268,7 +268,7 @@ In order to install the OSM Client in your local Linux machine, you should follo ```bash # 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 – +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 apt-get update sudo -H pip3 install python-magic pyangbind -- GitLab