From be1065c2d34eeaaaccb746cd8ad7cbed762f54a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Mon, 27 Jan 2025 15:25:30 +0100 Subject: [PATCH] Fix paths to provisioning scripts --- deployment/README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/README.org b/deployment/README.org index 0ba78feb..ec8acd19 100644 --- a/deployment/README.org +++ b/deployment/README.org @@ -26,8 +26,8 @@ This directory contains scripts that can automatically provision or remove a Proxmox VM. For now, they are tied to one node in the Fediversity Proxmox, but it would not be difficult to make them more generic. Try: #+begin_src sh -sh provision.sh --help -sh remove.sh --help +sh proxmox/provision.sh --help +sh proxmox/remove.sh --help #+end_src * Preparing the machine configuration - It is nicer if the machine is a QEMU guest. On NixOS: