From fcd3d87f21fcd1cd751d5605f56d99d2f952699b Mon Sep 17 00:00:00 2001 From: leesu Date: Wed, 1 Apr 2026 14:45:00 +0800 Subject: [PATCH] fix: Gitea username leesu -> bookworm --- README.txt | 2 +- guide.html | 2 +- install.ps1 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index c6f4a08..90ece2c 100644 --- a/README.txt +++ b/README.txt @@ -21,7 +21,7 @@ - bookworm-boot (引导脚本+加密凭证) 步骤 2: 推送 Bookworm 配置 - > .\prepare-repo.ps1 -GitUrl "http://8.138.11.105:3000/leesu/bookworm-config.git" + > .\prepare-repo.ps1 -GitUrl "http://8.138.11.105:3000/bookworm/bookworm-config.git" 步骤 3: 加密凭证 > .\encrypt-secrets.ps1 diff --git a/guide.html b/guide.html index fa8a631..c0a60a4 100644 --- a/guide.html +++ b/guide.html @@ -348,7 +348,7 @@
PowerShell -git clone https://code.letcareme.com/leesu/bookworm-boot.git
+git clone https://code.letcareme.com/bookworm/bookworm-boot.git
cd bookworm-boot
diff --git a/install.ps1 b/install.ps1 index 0a5f37c..eb169c3 100644 --- a/install.ps1 +++ b/install.ps1 @@ -12,11 +12,11 @@ .\install.ps1 -StartOnly # 指定 Gitea 地址 - .\install.ps1 -GitUrl "http://8.138.11.105:3000/leesu/bookworm-config.git" + .\install.ps1 -GitUrl "http://8.138.11.105:3000/bookworm/bookworm-config.git" #> param( - [string]$GitUrl = "https://code.letcareme.com/leesu/bookworm-config.git", + [string]$GitUrl = "https://code.letcareme.com/bookworm/bookworm-config.git", [switch]$StartOnly, [switch]$SkipSecrets )