From 3f24e044be598f5202f8f89fb839c083f7eb8444 Mon Sep 17 00:00:00 2001 From: HawkinC Macbook Date: Thu, 17 Apr 2025 18:24:40 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs:=20=E6=9B=B4=E6=96=B0readme?= =?UTF-8?q?.md=EF=BC=8C=E6=B7=BB=E5=8A=A0=E4=B8=80=E9=94=AE=E5=90=AF?= =?UTF-8?q?=E7=94=A8=E9=85=8D=E7=BD=AE=E4=BB=93=E5=BA=93=E7=9A=84=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/readme.md b/readme.md index e1559f5..67fc624 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,17 @@ # 功能 本仓库公开,其包含一些脚本用于一键启动其它(私人的)git 项目。 + +## 一键启用配置仓库 + +> 静默但输出错误信息,并跟随重定向 + +```bash +curl -sSL https://gitea.yever.top/Hawkin/setup-kit/src/branch/main/config-os-and-apps.sh | bash +``` + +或 + +```bash +wget -qO- https://gitea.yever.top/Hawkin/setup-kit/src/branch/main/config-os-and-apps.sh | bash +```