fix: Gitea username leesu -> bookworm
This commit is contained in:
parent
816c19f673
commit
fcd3d87f21
@ -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
|
||||
|
||||
@ -348,7 +348,7 @@
|
||||
<div class="code-block">
|
||||
<span class="label">PowerShell</span>
|
||||
<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
|
||||
</code>
|
||||
</div>
|
||||
|
||||
@ -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
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user