From fade8928b613a99c8377cb3b67eef5115ff5cde9 Mon Sep 17 00:00:00 2001 From: Erik Thiele Date: Sun, 19 Jul 2026 20:40:55 +0200 Subject: [PATCH] Clarify local-checkout alternative for update script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c1f51c..ce374e6 100644 --- a/README.md +++ b/README.md @@ -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