mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 10:40:07 +00:00
fixes and tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a6b6a778e7
commit
12ba2fc0a8
8
Makefile
8
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
|
||||
|
||||
|
||||
|
||||
|
||||
@ -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._
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user