From 12ba2fc0a879d6e6eaa34648397a56b4045b2716 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 31 Oct 2024 14:17:35 +0300 Subject: [PATCH] fixes and tweaks... Signed-off-by: Alex A. Naanou --- Makefile | 8 +++++++- README.md | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2d2bdb5..7cebeb0 100644 --- a/Makefile +++ b/Makefile @@ -132,7 +132,13 @@ dev: $(DEV_CTs) clean: -rm -rf \ */staging \ - */traefik + */traefik \ + */config.last-run + +.PHONY: clean-all +clean-all: clean + -rm -rf \ + config.global diff --git a/README.md b/README.md index 8e276ef..832f3a0 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ export EDITOR=nano Download the [`bootstrap.sh`](./scripts/bootstrap.sh) script and execute it: ```shell -curl 'https://raw.githubusercontent.com/flynx/proxmox-utils/refs/heads/master/scripts/bootstrap.sh' | sudo bash +curl -O 'https://raw.githubusercontent.com/flynx/proxmox-utils/refs/heads/master/scripts/bootstrap.sh' && sudo bash bootstrap.sh ``` _It is recommended to review the script/code before starting._