解决官网下载出现报错: 文件不能主动命名
Redirected to /github-production-release-asset-2e65be/293833947/ae3e48a8-5b91-4950-b57a-3022e66a3130?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20241218%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241218T053538Z&X-Amz-Expires=300&X-Amz-Signature=cc3a6157c84f2589fc631e46f03fff4694f931f1fc34d788fd2f2f9220641372&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dluci-app-argon-config_0.9_all.ipk&response-content-type=application%2Foctet-stream on objects.githubusercontent.com
Writing to 'ae3e48a8-5b91-4950-b57a-3022e66a3130?X-Amz-Algorithm=AWS4-HMAC-SHA256'
ae3e48a8-5b91-4950-b 100% |*******************************| 4469 0:00:00 ETA
1.更新并安装依赖
opkg update
opkg install luci-compat
opkg install luci-lib-ipkg
opkg install luci-i18n-base-zh-cn
1.1 关于汉化(本文抛砖引玉)
在software 下更新目录后 过滤器使用xxxx-zh-cn
即可找到你需要的汉化包,如
firewall-zh-cn
2.下载并安装
wget -O luci-theme-argon_2.3.1_all.ipk https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.3.1/luci-theme-argon_2.3.1_all.ipk
wget -O luci-app-argon-config_0.9_all.ipk https://github.com/jerrykuku/luci-app-argon-config/releases/download/v0.9/luci-app-argon-config_0.9_all.ipk
opkg install luci-theme-argon*.ipk
opkg install luci-app-argon-config*.ipk
出现报错不管他直接reboot