diff --git a/03-installing-osm.md b/03-installing-osm.md index 8d7ac315c552e52fbe7fd2517b250f255a933e88..291143bac43e76070ad006b55a7eb39b39c4195c 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