From 53aedbb1d8ab0236f9ec3c792848039cd1b0b11e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 19 Oct 2024 20:27:39 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f858a2f..dbcb6f3 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,9 @@ Install Proxmox and connect it to your network. ## Semi-automated setup -This will download the [`bootstrap.sh`](./bootstrap.sh) script and execute it: +This will download the [`bootstrap.sh`](./scripts/bootstrap.sh) script and execute it: ```shell -curl 'https://raw.githubusercontent.com/flynx/proxmox-utils/refs/heads/master/bootstrap.sh' | sudo bash +curl 'https://raw.githubusercontent.com/flynx/proxmox-utils/refs/heads/master/scripts/bootstrap.sh' | sudo bash ``` This will: