Skip to content

Commit 075f91c

Browse files
committed
Update DEB contributor info
1 parent 258b54b commit 075f91c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<details>
7070
<summary>打包</summary>
7171

72-
想通过 `flatpak`,`snap`,`pacman`,`apt`,`dnf` 等系统包管理工具来安装和更新`chsrc`?若您可提供维护,请访问 [issue#16 on GitHub](https://github.com/RubyMetric/chsrc/issues/16)
72+
想通过 `dnf`, `flatpak`, `snap` 等系统包管理工具来安装和更新`chsrc`?若您可提供维护,请访问 [issue#16 on GitHub](https://github.com/RubyMetric/chsrc/issues/16)
7373

7474
- [x] `Homebrew`
7575
- [x] `Scoop`
@@ -143,6 +143,16 @@ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-x86-windo
143143
<details>
144144
<summary>Linux</summary>
145145

146+
- 支持 `DEB`,可通过 `apt`/`dpkg` 安装,感谢 [@sanchuanhehe]
147+
148+
```bash
149+
$ sudo apt install ./chsrc_<ver>_<arch>.deb
150+
#
151+
$ sudo sudo dpkg -i chsrc_<ver>_<arch>.deb
152+
```
153+
154+
<br>
155+
146156
- 支持 `AUR`,可通过 `yay` 安装,感谢 [@Jerry-Terrasse]
147157

148158
```bash
@@ -458,5 +468,6 @@ chsrc set conda | anaconda
458468
[@Efterklang]: https://github.com/Efterklang
459469
[@wickdynex]: https://github.com/wickdynex
460470
[@YU-7]: https://github.com/YU-7
471+
[@sanchuanhehe]: https://github.com/sanchuanhehe
461472

462473
[issue#98 on GitHub]: https://github.com/RubyMetric/chsrc/issues/98

pkg/DEB/CI.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
## CI 文件
1818

19+
CI 维护者 [@sanchuanhehe](https://github.com/sanchuanhehe)
20+
1921
- [.github/workflows/pkg-deb.yml](.github/workflows/pkg-deb.yml)
2022

2123
<br>

src/chsrc-main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525
* | GitHub Copilot <https://github.com/copilot>
2626
2727
* | MadDogOwner <[email protected]>
28+
* | sanchuanhehe <[email protected]>
2829
* |
2930
* Created On : <2023-08-28>
30-
* Last Modified : <2025-05-27>
31+
* Last Modified : <2025-06-15>
3132
*
3233
* chsrc: Change Source —— 全平台通用命令行换源工具
3334
* ------------------------------------------------------------*/

0 commit comments

Comments
 (0)