- 附上本仓库升级脚本
方式一:使用本地脚本(推荐)
# 下载并运行升级脚本
wget https://raw.githubusercontent.com/xuanranran/OpenWRT-X86_64/master/upgrade_openwrt.sh && chmod +x upgrade_openwrt.sh && ./upgrade_openwrt.sh方式二:直接运行(在线)
bash <(curl -sL https://raw.githubusercontent.com/xuanranran/scripts/main/upgrade_openwrt.sh)
