OpenWrt安装uu加速器插件及后续升级

Hong_rap 2023-5-9 6,868 5/9

已适配最新9.2.18版本

安装uu加速器插件uugamebooster

所需文件:
uugamebooster_9.2.18-1_x86_64.ipk

luci-app-uugamebooster_1.1-r1_all.ipk
luci-i18n-uugamebooster-zh-cn_25.172.25510~b5ef597_all.ipk

 

安装手顺:
wget https://istore.linkease.com/repo/x86_64/nas/uugamebooster_9.2.18-1_x86_64.ipk
wget https://istore.linkease.com/repo/all/nas_luci/luci-app-uugamebooster_1.1-r1_all.ipk
wget https://istore.linkease.com/repo/all/nas_luci/luci-i18n-uugamebooster-zh-cn_25.172.25510~b5ef597_all.ipk
opkg install uugamebooster_9.2.18-1_x86_64.ipk
opkg install luci-app-uugamebooster_1.1-r1_all.ipk
opkg install luci-i18n-uugamebooster-zh-cn_25.172.25510~b5ef597_all.ipk

 

uu加速器插件uugamebooster后期版本升级

查看最新版本:http://router.uu.163.com/api/plugin?type=openwrt-x86_64

下载url里的uu.tar.gz(当前为v9.2.18)

将uu.tar.gz解压,把解压出来的三个文件uu.conf、uuplugin、xtables-nft-multi上传到OpenWrt

 

修改三个文件的权限:
chmod 600 uu.conf
chmod 755 uuplugin
chmod 755 xtables-nft-multi
重命名uuplugin
mv uuplugin ./uugamebooster
删除旧文件
rm /usr/share/uugamebooster/uu.conf
rm /usr/libexec/uugamebooster/uugamebooster
rm /usr/libexec/uugamebooster/xtables-nft-multi
移动文件
mv uu.conf /usr/share/uugamebooster
mv uugamebooster /usr/libexec/uugamebooster
mv xtables-nft-multi /usr/libexec/uugamebooster

- THE END -

Hong_rap

6月27日09:48

最后修改:2025年6月27日
3

非特殊说明,本博所有文章均为博主原创。

共有 0 条评论