fixes and tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-10-31 14:17:35 +03:00
parent a6b6a778e7
commit 12ba2fc0a8
2 changed files with 8 additions and 2 deletions

View File

@ -132,7 +132,13 @@ dev: $(DEV_CTs)
clean: clean:
-rm -rf \ -rm -rf \
*/staging \ */staging \
*/traefik */traefik \
*/config.last-run
.PHONY: clean-all
clean-all: clean
-rm -rf \
config.global

View File

@ -162,7 +162,7 @@ export EDITOR=nano
Download the [`bootstrap.sh`](./scripts/bootstrap.sh) script and execute it: Download the [`bootstrap.sh`](./scripts/bootstrap.sh) script and execute it:
```shell ```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._ _It is recommended to review the script/code before starting._