diff --git a/README.md b/README.md index b1fa00b..c00b693 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@
打包 -想通过 `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
Linux +- 支持 `DEB`,可通过 `apt`/`dpkg` 安装,感谢 [@sanchuanhehe] + +```bash +$ sudo apt install ./chsrc__.deb +# 或 +$ sudo sudo dpkg -i chsrc__.deb +``` + +
+ - 支持 `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 diff --git a/pkg/DEB/CI.md b/pkg/DEB/CI.md index 425fb2f..ff9abe3 100644 --- a/pkg/DEB/CI.md +++ b/pkg/DEB/CI.md @@ -16,6 +16,8 @@ ## CI 文件 +CI 维护者 [@sanchuanhehe](https://github.com/sanchuanhehe) + - [.github/workflows/pkg-deb.yml](.github/workflows/pkg-deb.yml)
diff --git a/src/chsrc-main.c b/src/chsrc-main.c index e934be3..f331ba4 100644 --- a/src/chsrc-main.c +++ b/src/chsrc-main.c @@ -25,9 +25,10 @@ * | GitHub Copilot * | ccy * | MadDogOwner + * | sanchuanhehe * | * Created On : <2023-08-28> - * Last Modified : <2025-05-27> + * Last Modified : <2025-06-15> * * chsrc: Change Source —— 全平台通用命令行换源工具 * ------------------------------------------------------------*/