[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

@ -164,7 +164,7 @@ The WebUI allows you to interactively edit subscriber data. While it is not esse
```bash
$ sudo apt update
$ sudo apt install curl
$ 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
```
@ -177,7 +177,7 @@ The WebUI allows you to interactively edit subscriber data. While it is not esse
You can now install WebUI of Open5GS.
```bash
$ curl -sL {{ site.url }}{{ site.baseurl }}/assets/webui/install | sudo -E bash -
$ curl -fsSL {{ site.url }}{{ site.baseurl }}/assets/webui/install | sudo -E bash -
```
## 4. Configure Open5GS
@ -516,6 +516,6 @@ $ sudo rm -Rf /var/log/open5gs
The WebUI of Open5GS can be removed as follows:
```bash
curl -sL {{ site.url }}{{ site.baseurl }}/assets/webui/uninstall | sudo -E bash -
curl -fsSL {{ site.url }}{{ site.baseurl }}/assets/webui/uninstall | sudo -E bash -
```

View File

@ -375,7 +375,7 @@ $ ./build/tests/app/app ## Both 5G Core and EPC with ./build/configs/sample.yaml
```bash
$ sudo apt install curl
$ curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
$ curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
$ sudo apt install nodejs
```

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

View File

@ -4,9 +4,9 @@
#
# Run as root or insert `sudo -E` before `bash`:
#
# curl -sL http://open5gs.org/static/setup_3.x | bash -
# curl -fsSL https://open5gs.org/open5gs/assets/webui/install | sudo -E bash -
# or
# wget -qO- http://open5gs.org/static/setup_3.x | bash -
# wget -qO- https://open5gs.org/open5gs/assets/webui/install | sudo -E bash -
#
PACKAGE="open5gs"

View File

@ -4,9 +4,9 @@
#
# Run as root or insert `sudo -E` before `bash`:
#
# curl -sL http://open5gs.org/static/uninstall_webui.sh | bash -
# curl -fsSL https://open5gs.org/open5gs/assets/webui/uninstall | sudo -E bash -
# or
# wget -qO- http://open5gs.org/static/uninstall_webui.shx | bash -
# wget -qO- https://open5gs.org/open5gs/assets/webui/uninstall | sudo -E bash -
#
exec_cmd_nobail() {