/openwrt-packages

OpenWrt 插件在线更新脚本

Primary LanguageShell

OpenWrt Packages 在线更新脚本

在线升级插件版本前,请先fork本项目,并在你的仓库执行以下操作:

【 注意:下方文件链接是本项目的地址,请自行更改成你的仓库地址 】

快速使用

快速更新本项目示例的默认插件xray-core、sing-box

curl https://raw.githubusercontent.com/pmkol/openwrt-packages/main/pkg-install.sh | bash

更多说明

更新默认仓库的指定插件

curl https://raw.githubusercontent.com/用户名/仓库名/main/pkg-install.sh | bash -s xray-core

更新指定仓库的默认插件(该仓库中的固件必须使用本项目编译)

curl https://raw.githubusercontent.com/用户名/仓库名/main/pkg-install.sh | bash -s https://github.com/pmkol/openwrt-packages

更新指定仓库中的指定插件(该仓库中的固件必须使用本项目编译)

curl https://raw.githubusercontent.com/用户名/仓库名/main/pkg-install.sh | bash -s xray-core https://github.com/pmkol/openwrt-packages