kenzok8-package/README.md

45 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2021-09-05 16:48:26 +08:00
![kenzo github stats](https://github-readme-stats.vercel.app/api?username=kenzok8&show_icons=true&theme=merko)
<div align="center">
2021-09-07 00:43:16 +08:00
<h1 align="center">同步上游分支代码</h1>
2021-09-05 19:42:59 +08:00
<img src="https://img.shields.io/github/issues/kenzok8/small-package?color=green">
<img src="https://img.shields.io/github/stars/kenzok8/small-package?color=yellow">
<img src="https://img.shields.io/github/forks/kenzok8/small-package?color=orange">
<img src="https://img.shields.io/github/license/kenzok8/small-package?color=ff69b4">
<img src="https://img.shields.io/github/languages/code-size/kenzok8/small-package?color=blueviolet">
2021-09-05 16:48:26 +08:00
</div>
#### small-package
* 常用OpenWrt软件包源码合集同步上游更新
2021-09-26 22:55:22 +08:00
* 关于有好的插件请在issues提交
2021-09-05 16:48:26 +08:00
2021-09-26 22:55:22 +08:00
* 感谢以上github仓库所有者
2021-09-05 16:48:26 +08:00
2021-09-15 13:36:04 +08:00
##### 插件下载:
2023-02-16 08:52:55 +08:00
2023-03-19 12:38:49 +08:00
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/kenzok8/compile-package?style=for-the-badge&label=插件更新下载)](https://github.com/kenzok8/compile-package/releases/latest)
2021-09-15 13:36:04 +08:00
2023-10-05 00:15:46 +08:00
#### 使用方式:
2021-09-05 16:48:26 +08:00
```bash
2023-10-05 00:15:46 +08:00
sed -i '$a src-git smpackage https://github.com/kenzok8/small-package' feeds.conf.default
2021-09-05 16:48:26 +08:00
```
2023-10-05 00:15:46 +08:00
对于强迫症的同学有报错信息、或Lean源码编译出错的情况请尝试删除冲突的插件
2021-09-05 16:48:26 +08:00
```bash
2024-04-04 23:07:03 +08:00
rm -rf feeds/smpackage/{base-files,dnsmasq,firewall*,fullconenat,libnftnl,nftables,ppp,opkg,ucl,upx,vsftpd*,miniupnpd-iptables,wireless-regdb}
2021-09-05 16:48:26 +08:00
```
2021-09-05 19:40:31 +08:00