RunFilesBuilder
这是一个工作流。同步各位大佬项目里最新编译的ipk文件 生成适用于iStoreOS/ImmortalWrt用的run自解压包
Install / Use
/learn @wukongdaily/RunFilesBuilderREADME
<br>
<br>
RunFilesBuilder
<img src="https://img.shields.io/github/downloads/wukongdaily/RunFilesBuilder/total.svg?style=for-the-badge&color=32C955"/>
[每日构建 DailyBuild] 👇🏻 【点此处讨论】
https://github.com/wkccd/CloudRunFilesBuilder/releases
【ENGLISH】
这是一个工作流。同步各位大佬项目里最新编译的ipk文件 生成适用于iStoreOS/OpenWrt 用的run自解压包<br> 本质上是利用makeslef,将ipk和shell文件打包成自解压程序。<br> iStoreOS 可以在iStore商店手动安装<br> ImmortalWrt或者其他OpenWrt 可下载后 使用
<img src="https://github.com/user-attachments/assets/3f5dabba-1efa-4e67-bf5b-86a27c114902" height=40>sh xxx.run来安装<br> 使用sh xxx.run --target dir --noexec只解压到dir目录 不执行安装
实现原理和操作指南
https://www.youtube.com/watch?v=o0TN8LV01i4
原理解析
https://wkdaily.cpolar.cn/archives/makerun
run文件安装方法
Install by iStore
Install By Command
Like This (Immortalwrt 等其他OpenWrt)
wget -O xxx.run <run下载地址>
sh xxx.run
Immortalwrt 如何安装iStore商店
wget -qO imm.sh https://cafe.cpolar.top/wkdaily/zero3/raw/branch/main/zero3/imm.sh && chmod +x imm.sh && ./imm.sh
<a href="https://wkdaily.cpolar.top/01" target="_blank">
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"
alt="Buy Me A Coffee"
style="width:20%; height:auto;">
</a>
<details>
<summary><h2>🍭鸣谢和引用的项目 👇🏿</h2></summary>
【打包】https://github.com/megastep/makeself
【引用】https://github.com/AdguardTeam/AdGuardHome/releases/latest<br> 【引用】https://dl.openwrt.ai<br> 【引用】https://github.com/nikkinikki-org/OpenWrt-nikki<br> 【引用】https://github.com/nikkinikki-org/OpenWrt-momo<br> 【引用】https://github.com/sbwml/luci-app-mosdns<br> 【引用】https://github.com/sbwml/luci-app-openlist2<br> 【引用】https://downloads.immortalwrt.org<br> 【引用】https://github.com/Openwrt-Passwall/openwrt-passwall<br> 【引用】https://github.com/Openwrt-Passwall/openwrt-passwall2<br> 【引用】https://github.com/vernesong/OpenClash<br>
