Fix the document errata

This commit is contained in:
Sukchan Lee 2019-10-29 09:22:48 +00:00
parent 1e30669d6c
commit 06f8e42173
1 changed files with 5 additions and 5 deletions

View File

@ -23,15 +23,15 @@ The Open5GS package is also available on [OBS](https://build.opensuse.org/projec
```bash ```bash
$ sudo apt update $ sudo apt update
$ sudo apt install wget gnupg $ sudo apt install wget gnupg
$ wget https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_10.0/Release.key $ wget https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_10/Release.key
$ sudo apt-key add Release.key $ sudo apt-key add Release.key
``` ```
In Debian 10.0(buster), you can install it as follows: In Debian 10(buster), you can install it as follows:
```bash ```bash
$ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_10.0/ ./' > /etc/apt/sources.list.d/open5gs.list" $ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_10/ ./' > /etc/apt/sources.list.d/open5gs.list"
$ sudo apt update $ sudo apt update
$ sudo apt install open5gs $ sudo apt install open5gs
``` ```
@ -39,10 +39,10 @@ $ sudo apt install open5gs
Other Linux distributions can be installed by changing the path. Other Linux distributions can be installed by changing the path.
``` ```
http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_10.0/ http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_10/
http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_Testing/ http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_Testing/
http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_Unstable/ http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Debian_Unstable/
http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Raspbian_10.0/ http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/Raspbian_10/
http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_18.04/ http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_18.04/
http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_19.04/ http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_19.04/
http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_19.10/ http://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_19.10/