Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miaoermua/catwrt-mirrorsconf
https://github.com/miaoermua/catwrt-mirrorsconf
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/miaoermua/catwrt-mirrorsconf
- Owner: miaoermua
- Created: 2023-05-12T14:09:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-12T14:29:29.000Z (over 1 year ago)
- Last Synced: 2024-11-02T20:23:58.584Z (3 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CatWrt-MirrorsConf
一键替换原有腾讯源为 CatWrt 软件源,并且带有禁用源选项,为源服务器省流。
**示例**
以 x86_64 举例
```bash
# 开启rm -rf /etc/opkg/distfeeds.conf && wget -P /etc/opkg https://fastly.jsdelivr.net/gh/miaoermua/CatWrt-MirrorsConf@main/amd64/distfeeds.conf
# 关闭
rm -rf /etc/opkg/distfeeds.conf && wget -P /etc/opkg https://fastly.jsdelivr.net/gh/miaoermua/CatWrt-MirrorsConf@main/disabled_conf/distfeeds.conf
$ rm -rf /etc/opkg/distfeeds.conf
```