openwrt 原版系统个人优化

更换主题

更换 Argon 主题

复制代码
opkg update
opkg install luci-compat
opkg install luci-lib-ipkg
mkdir -p /tmp/okibcn
cd /tmp/okibcn
URL=$(wget -q https://api.github.com/repos/jerrykuku/luci-theme-argon/releases/latest -O - | awk -F \" -v RS="," '/browser_download_url/ && /-argon/ {print $(NF-1)}')
wget $URL -O $(basename $URL)
opkg install $(basename $URL)
rm  -rf /tmp/okibcn/*
URL=$(wget -q https://api.github.com/repos/jerrykuku/luci-app-argon-config/releases/latest -O - | awk -F \" -v RS="," '/browser_download_url/ && /-config/ {print $(NF-1)}')
wget $URL -O $(basename $URL)
opkg install $(basename $URL)
cd
rm -rf /tmp/okibcn

安装 istore

参考LinkEase主页 及其 Github

复制代码
opkg update || exit 1
cd /tmp
wget https://github.com/linkease/openwrt-app-actions/raw/main/applications/luci-app-systools/root/usr/share/systools/istore-reinstall.run
chmod 755 istore-reinstall.run
./istore-reinstall.run
相关推荐
BUG_MeDe2 天前
openwrt的UCI命令的使用(2)
openwrt·uci·libuci
supersolon21 天前
PVE 部署 iStoreOS 软路由完整教程(避坑版)
虚拟机·pve·openwrt·软路由·istoreos
深念Y1 个月前
OpenWrt路由器通过USB共享网络(随身WiFi/手机)简明教程
网络·智能手机·路由器·openwrt·数码·网络共享·流量
Sollong2 个月前
Redmi AX6 TTL 救砖记录
救砖·openwrt·嵌入式开发·u-boot·红米·ttl·ax6·mibib
金鱼°2 个月前
最新OpenWRT-nss稳定版固件 路由器型号:AX3600 及 TTL救砖
智能路由器·openwrt
滴水之功3 个月前
OpenWrt的WAN和LAN的切换
linux·网络·openwrt
fredricen3 个月前
Openwrt21.02应用日志全局开关控制
lua·openwrt·luci
fredricen3 个月前
Openwrt21.02实现文件列表展示并下载文件
lua·openwrt
Sollong4 个月前
红米AX6 扩容 刷Uboot+openwrt 经历
openwrt·红米·ax6
fredricen4 个月前
Luci操作创龙(Tronlong)T113-i开发板GPIO
rpc·web·openwrt·luci