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