1
0
mirror of https://github.com/house-of-vanity/house-of-vanity.github.io.git synced 2026-05-07 06:49:56 +00:00

Update openwrt-shadowsocks.md
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
+4 -1
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
``` ```
--- ---