[WebUI] change curl version to LTS-14 (#971)

This commit is contained in:
Sukchan Lee 2021-05-06 16:26:34 +09:00
parent 6cc84b69ce
commit ab93fb7613
5 changed files with 10 additions and 10 deletions

View file

@ -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