From b4fa9f4aeeadf151e2f481487f34b7dd859ff8f0 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 9 Oct 2024 11:21:40 +0300 Subject: [PATCH] tweaking... Signed-off-by: Alex A. Naanou --- bootstrap.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index a99d0ad..4fe46ac 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,11 @@ #!/usr/bin/bash +# XXX should this be an interactive (env) option??? +#PROXMOX_UTILS=git@github.com:flynx/proxmox-utils.git +PROXMOX_UTILS=${PROXMOX_UTILS:-https://github.com/flynx/proxmox-utils.git} + + + # XXX run self in nohup # ..."$ make host" will likely break existing connections... # XXX TEST! @@ -29,8 +35,7 @@ function @ (){ @ 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 $PROXMOX_UTILS @ cd proxmox-utils