mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 19:39:33 +00:00
Update document for MongoDB (#2279)
This commit is contained in:
parent
6de2f8e8f9
commit
2a8a0b5e4a
3 changed files with 5 additions and 5 deletions
|
|
@ -165,7 +165,7 @@ $ make test
|
|||
The Open5GS package is available on the recent versions of *Ubuntu*.
|
||||
```bash
|
||||
# Install the MongoDB Packages
|
||||
$ wget -qO - https://pgp.mongodb.com/server-6.0.asc | sudo apt-key add -
|
||||
$ curl -fsSL https://pgp.mongodb.com/server-6.0.asc | sudo gpg -o /usr/share/keyrings/mongodb-server-6.0.gpg --dearmor
|
||||
$ 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