mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-14 10:57:34 +00:00
Fix WebUI Install URL in the document [#495]
This commit is contained in:
@@ -172,7 +172,7 @@ The following shows how to install the Web UI of Open5GS.
|
|||||||
```bash
|
```bash
|
||||||
$ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
|
$ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
|
||||||
$ sudo apt install nodejs
|
$ sudo apt install nodejs
|
||||||
$ curl -sL http://open5gs.org/static/webui/install | sudo -E bash -
|
$ curl -sL https://open5gs.org/open5gs/assets/webui/install | sudo -E bash -
|
||||||
```
|
```
|
||||||
|
|
||||||
### Configuration & Running
|
### Configuration & Running
|
||||||
|
|||||||
Reference in New Issue
Block a user