该项目可以让GL-iNet旗下ARM64平台的路由器在不刷机情况下,一键变成iStoreOS最新风格。
-
💻 支持
一键安装iStoreOS风格 新首页风格 支持按需显示UI模块 -
💻 支持
一键安装紫色的Argon主题 -
💻 支持
一键安装文件管理器 -
🔑 支持
一键设置MT-3000风扇开始工作的温度 -
🌏 支持
一键部署Docker运行环境 -
🌏 支持
一键安装docker-compose -
✅ 新增
高级卸载插件 by VedioTalk🆕 -
✅ 新增
个性化辅助UI插件的安装🆕 -
📕 支持
一键恢复原厂的OPKG软件源 -
🔑 支持
MT-3000 一键更换分区到U盘 -
💡 使用条件:GL-iNet 原厂固件(非测试版、预览版)
-
GL-inet MT-6000✅
-
GL-inet MT-3000 ✅
-
GL-inet MT-2500 ✅ 固件版本4.5.0(最好降级到此版本)
-
OrangePi Zero3(官方Openwrt镜像)
-
❤️ 新增 内网版本glibox 用于局域网调用 本脚本
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/gl-inet.sh)"
如果是【MT3000 原厂4.8.3-op24 固件】 你可以先替换为阿里云软件源 再执行脚本 这样在国内访问会快很多
进入luci界面,系统——软件包——配置OPKG 将最后的 /etc/opkg/distfeeds.conf 下面的文本框替换为如下 阿里云的软件源
src/gz core https://fw.gl-inet.cn/releases/v24.x/24.10.4/mediatek/filogic
src/gz base https://mirrors.aliyun.com/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/base
src/gz luci https://mirrors.aliyun.com/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/luci
src/gz packages https://mirrors.aliyun.com/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/packages
src/gz routing https://mirrors.aliyun.com/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/routing
src/gz telephony https://mirrors.aliyun.com/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/telephonysh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/gl-inet-op24.sh)"
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/be6500.sh)"
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/be3600.sh)"
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/mt3600.sh)"
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/mt5000.sh)"https://github.com/wukongdaily/HowToUseSSH
常见问题 #53 如8080端口提示拒绝访问
新增:❤️如何使用内网版本的脚本 👉 #44
新增:❤️如何下载run格式安装包 👉 #45
https://www.bilibili.com/video/BV1312bYZEjE
本项目的开发参照了以下项目,感谢这些开源项目的作者:
https://github.com/linkease/istore
https://www.youtube.com/watch?v=YlhIdizH0hM
支持x86-64 和 arm64 两种平台来搭建,glibox 是基于dufs 制作的内网文件服务器 用于托管本项目的脚本。免得因为网络问题下载失败。看到许多人 不断复用我的脚本 干脆搭建一个内网版本 。
视频教学:https://www.bilibili.com/video/BV1eWt3zCE2y 视频教学: https://youtu.be/ee4fANDk_CM
docker run -d \
--restart unless-stopped \
--name glibox \
-p 15050:15050 \
wukongdaily/glibox
read -p "请输入glibox局域网 IP: " ip && wget -O /tmp/gl.sh http://$ip:15050/glinet/gl-inet.sh && sh /tmp/gl.sh $ip
read -p "请输入glibox局域网 IP: " ip && wget -O /tmp/gl.sh http://$ip:15050/glinet/be3600.sh && sh /tmp/gl.sh $ip
- 鸣谢GL论坛大佬——iBelieve
- https://github.com/VMatrices
- 高级卸载插件作者VedioTalk
- iStoreOS https://site.istoreos.com




