fix: Gitea username leesu -> bookworm

This commit is contained in:
leesu 2026-04-01 14:45:00 +08:00
parent 816c19f673
commit fcd3d87f21
3 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
- bookworm-boot (引导脚本+加密凭证) - bookworm-boot (引导脚本+加密凭证)
步骤 2: 推送 Bookworm 配置 步骤 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: 加密凭证 步骤 3: 加密凭证
> .\encrypt-secrets.ps1 > .\encrypt-secrets.ps1

View File

@ -348,7 +348,7 @@
<div class="code-block"> <div class="code-block">
<span class="label">PowerShell</span> <span class="label">PowerShell</span>
<code> <code>
<span class="cmd">git clone</span> <span class="url">https://code.letcareme.com/leesu/bookworm-boot.git</span><br> <span class="cmd">git clone</span> <span class="url">https://code.letcareme.com/bookworm/bookworm-boot.git</span><br>
<span class="cmd">cd</span> bookworm-boot <span class="cmd">cd</span> bookworm-boot
</code> </code>
</div> </div>

View File

@ -12,11 +12,11 @@
.\install.ps1 -StartOnly .\install.ps1 -StartOnly
# 指定 Gitea 地址 # 指定 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( param(
[string]$GitUrl = "https://code.letcareme.com/leesu/bookworm-config.git", [string]$GitUrl = "https://code.letcareme.com/bookworm/bookworm-config.git",
[switch]$StartOnly, [switch]$StartOnly,
[switch]$SkipSecrets [switch]$SkipSecrets
) )