Update openwrt-shadowsocks.md
Some checks failed
Build and deploy GH Pages / build (push) Failing after 12s

This commit is contained in:
Alexandr Bogomyakov
2025-06-16 16:35:12 +01:00
committed by GitHub
parent de08636b83
commit 78eddbe75a

View File

@@ -16,7 +16,10 @@ author = { name = "@ultradesu", social= "https://github.com/house-of-vanity" }
```sh ```sh
opkg update opkg update
opkg install luci-app-shadowsocks-libev shadowsocks-libev-ss-redir shadowsocks-libev-config opkg install \
luci-app-shadowsocks-libev \
shadowsocks-libev-ss-redir \
shadowsocks-libev-config
``` ```
--- ---