Open pureGavin opened 2 years ago
如果在release页面直接下载ipk文件,在安装时会报错 Unknown package 'v2ray-core'. Collected errors:
此时需要先安装一个名为ca-certificates_20210119-1_all.ipk的文件,我的方法是自己在sdk编译,大概十分钟内就能编译完成 需要先安装ca文件,然后再安装v2ray-core
感谢提醒。 我在raspi4b中遇到同样的问题,解决方法是:
Fetch a list of available packages: opkg update Install ca-certificates ipk package: opkg install ca-certificates
opkg update
opkg install ca-certificates
then: opkg install v2ray-core_4.40.1-1_aarch64_cortex-a72.ipk
opkg install v2ray-core_4.40.1-1_aarch64_cortex-a72.ipk
reference:https://openwrt.pkgs.org/23.05/openwrt-base-aarch64_cortex-a72/ca-certificates_20230311-1_all.ipk.html
如果在release页面直接下载ipk文件,在安装时会报错 Unknown package 'v2ray-core'. Collected errors:
此时需要先安装一个名为ca-certificates_20210119-1_all.ipk的文件,我的方法是自己在sdk编译,大概十分钟内就能编译完成 需要先安装ca文件,然后再安装v2ray-core