Update DEB contributor info

This commit is contained in:
Aoran Zeng 2025-06-15 13:37:58 +08:00
parent 258b54ba32
commit 075f91cbde
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
3 changed files with 16 additions and 2 deletions

View File

@ -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

View File

@ -16,6 +16,8 @@
## CI 文件
CI 维护者 [@sanchuanhehe](https://github.com/sanchuanhehe)
- [.github/workflows/pkg-deb.yml](.github/workflows/pkg-deb.yml)
<br>

View File

@ -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
* ------------------------------------------------------------*/