Loading 03-installing-osm.md +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
03-installing-osm.md +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading