Commit a0c74ee7 authored by calvinosanc1's avatar calvinosanc1
Browse files

Update 20-tutorial.md to use OSM 12 while a new point release of v13 is...

Update 20-tutorial.md to use OSM 12 while a new point release of v13 is launched to workaround bug 2207
parent c40fa7ff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ To complete this tutorial you need a fresh [Ubuntu 20.04](https://cloud-images.u
We are going to download the installation script, and give it executable permissions. Then, we will install OSM with `--small-profile` option. That will install an OSM version prepared to deploy CNFs only.

```bash
wget https://osm-download.etsi.org/ftp/osm-13.0-thirteen/install_osm.sh
wget https://osm-download.etsi.org/ftp/osm-12.0-twelve/install_osm.sh
chmod +x install_osm.sh
./install_osm.sh --charmed --small-profile
```