mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-18 01:27:00 +08:00
Update DEB
contributor info
This commit is contained in:
parent
258b54ba32
commit
075f91cbde
13
README.md
13
README.md
@ -69,7 +69,7 @@
|
||||
<details>
|
||||
<summary>打包</summary>
|
||||
|
||||
想通过 `flatpak`,`snap`,`pacman`,`apt`,`dnf` 等系统包管理工具来安装和更新`chsrc`?若您可提供维护,请访问 [issue#16 on GitHub](https://github.com/RubyMetric/chsrc/issues/16)
|
||||
想通过 `dnf`, `flatpak`, `snap` 等系统包管理工具来安装和更新`chsrc`?若您可提供维护,请访问 [issue#16 on GitHub](https://github.com/RubyMetric/chsrc/issues/16)
|
||||
|
||||
- [x] `Homebrew`
|
||||
- [x] `Scoop`
|
||||
@ -143,6 +143,16 @@ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-x86-windo
|
||||
<details>
|
||||
<summary>Linux</summary>
|
||||
|
||||
- 支持 `DEB`,可通过 `apt`/`dpkg` 安装,感谢 [@sanchuanhehe]
|
||||
|
||||
```bash
|
||||
$ sudo apt install ./chsrc_<ver>_<arch>.deb
|
||||
# 或
|
||||
$ sudo sudo dpkg -i chsrc_<ver>_<arch>.deb
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
- 支持 `AUR`,可通过 `yay` 安装,感谢 [@Jerry-Terrasse]
|
||||
|
||||
```bash
|
||||
@ -458,5 +468,6 @@ chsrc set conda | anaconda
|
||||
[@Efterklang]: https://github.com/Efterklang
|
||||
[@wickdynex]: https://github.com/wickdynex
|
||||
[@YU-7]: https://github.com/YU-7
|
||||
[@sanchuanhehe]: https://github.com/sanchuanhehe
|
||||
|
||||
[issue#98 on GitHub]: https://github.com/RubyMetric/chsrc/issues/98
|
||||
|
@ -16,6 +16,8 @@
|
||||
|
||||
## CI 文件
|
||||
|
||||
CI 维护者 [@sanchuanhehe](https://github.com/sanchuanhehe)
|
||||
|
||||
- [.github/workflows/pkg-deb.yml](.github/workflows/pkg-deb.yml)
|
||||
|
||||
<br>
|
||||
|
@ -25,9 +25,10 @@
|
||||
* | GitHub Copilot <https://github.com/copilot>
|
||||
* | ccy <icuichengyi@gmail.com>
|
||||
* | MadDogOwner <xiaoran@xrgzs.top>
|
||||
* | sanchuanhehe <wyihe5520@gmail.com>
|
||||
* |
|
||||
* Created On : <2023-08-28>
|
||||
* Last Modified : <2025-05-27>
|
||||
* Last Modified : <2025-06-15>
|
||||
*
|
||||
* chsrc: Change Source —— 全平台通用命令行换源工具
|
||||
* ------------------------------------------------------------*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user