Clarify local-checkout alternative for update script
Make explicit that the plain "bash scripts/proxmox/update-linkvault.sh" form only works if the repo was cloned onto the Proxmox host itself and you're running it from within that checkout — this was the cause of a "No such file or directory" error when tried directly. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -168,7 +168,9 @@ CTID=113 bash <(curl -fsSL -H "Authorization: token ${GIT_TOKEN}" \
|
||||
|
||||
(`GIT_TOKEN` nur nötig, falls das Repo privat ist – siehe oben.)
|
||||
|
||||
Alternativ, falls das Repo bereits lokal ausgecheckt ist:
|
||||
Alternativ, falls das Repo bereits **auf dem Proxmox-Host selbst** per
|
||||
`git clone` ausgecheckt wurde (z.B. unter `~/linkvault`) und du dich in
|
||||
diesem Verzeichnis befindest:
|
||||
|
||||
```bash
|
||||
CTID=113 bash scripts/proxmox/update-linkvault.sh
|
||||
|
||||
Reference in New Issue
Block a user