mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-29 20:09:31 +00:00
[WebUI] change curl version to LTS-14 (#971)
This commit is contained in:
parent
6cc84b69ce
commit
ab93fb7613
5 changed files with 10 additions and 10 deletions
|
|
@ -173,9 +173,9 @@ $ sudo apt install open5gs
|
|||
The following shows how to install the Web UI of Open5GS.
|
||||
|
||||
```bash
|
||||
$ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
|
||||
$ curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
|
||||
$ sudo apt install nodejs
|
||||
$ curl -sL https://open5gs.org/open5gs/assets/webui/install | sudo -E bash -
|
||||
$ curl -fsSL https://open5gs.org/open5gs/assets/webui/install | sudo -E bash -
|
||||
```
|
||||
|
||||
### Configuration & Running
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue