From 592e279bab143e444593c487ebf170e4fd67c39b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 8 Oct 2024 15:46:57 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- bootstrap.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index a86b9fe..5228999 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -19,18 +19,19 @@ function @ (){ } # XXX test if running as root... +# XXX -apt update -apt upgrade +@ apt update +@ apt upgrade # XXX -apt install \ +@ apt install \ git make wget -#git clone git@github.com:flynx/proxmox-utils.git -git clone https://github.com/flynx/proxmox-utils.git +#@ git clone git@github.com:flynx/proxmox-utils.git +@ git clone https://github.com/flynx/proxmox-utils.git -cd proxmox-utils +@ cd proxmox-utils source ./.pct-helpers