docs: install libcurl

This commit is contained in:
SunBK201 2024-03-03 00:28:58 +08:00
parent 3f4fe7d346
commit cc51c16681

View File

@ -11,7 +11,7 @@ UA3F 是新一代 HTTP User-Agent 修改方法,对外作为一个 SOCK5 服务
安装(升级)脚本:
```sh
opkg update
opkg install curl luci-compat
opkg install curl libcurl luci-compat
export url='https://blog.sunbk201.site/cdn' && sh -c "$(curl -kfsSl $url/install.sh)"
```