[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

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