mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 11:29:32 +00:00
Update MongoDB document (#2272)
This commit is contained in:
parent
8dcd846bf1
commit
e7cda4b134
3 changed files with 6 additions and 13 deletions
|
|
@ -165,8 +165,8 @@ $ make test
|
|||
The Open5GS package is available on the recent versions of *Ubuntu*.
|
||||
```bash
|
||||
# Install the MongoDB Packages
|
||||
$ wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | sudo apt-key add -
|
||||
$ echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list
|
||||
$ wget -qO - https://pgp.mongodb.com/server-6.0.asc | sudo apt-key add -
|
||||
$ echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-6.0.gpg] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list
|
||||
$ sudo apt update
|
||||
$ sudo apt install mongodb-org
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue