同步编译passwall2的.apk包,适用于使用apk包管理器的openwrt;
源码均来自xiaorouji/openwrt-passwall2;
比较更改workflows/Auto compile with openwrt sdk.yml。
bash <(curl -Ls https://raw.githubusercontent.com/yoier/openwrt-passwall2/refs/heads/main/upgrade_passwall2_apk.sh)
下载release中.apk文件,并保存到openwrt中.
apk add <.apk you saved> --allow-untrusted
--allow-untrusted: 安装带有不受信任签名或无签名的软件包,绕过默认的安全检查.