mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 16:57:08 +00:00
fix(install): reload service in install.sh
This commit is contained in:
parent
8b30efafd6
commit
3f4fe7d346
@ -13,7 +13,6 @@ UA3F 是新一代 HTTP User-Agent 修改方法,对外作为一个 SOCK5 服务
|
||||
opkg update
|
||||
opkg install curl luci-compat
|
||||
export url='https://blog.sunbk201.site/cdn' && sh -c "$(curl -kfsSl $url/install.sh)"
|
||||
service ua3f.service reload
|
||||
```
|
||||
|
||||
## 使用
|
||||
|
||||
@ -97,3 +97,5 @@ rm /tmp/luci-indexcache* >/dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "Install UA3F Success."
|
||||
fi
|
||||
|
||||
service ua3f.service reload >/dev/null 2>&1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user