mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 18:50:08 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
33e7a0a0ef
commit
b4fa9f4aee
@ -1,5 +1,11 @@
|
|||||||
#!/usr/bin/bash
|
#!/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
|
# XXX run self in nohup
|
||||||
# ..."$ make host" will likely break existing connections...
|
# ..."$ make host" will likely break existing connections...
|
||||||
# XXX TEST!
|
# XXX TEST!
|
||||||
@ -29,8 +35,7 @@ function @ (){
|
|||||||
@ apt install \
|
@ apt install \
|
||||||
git make wget
|
git make wget
|
||||||
|
|
||||||
#@ git clone git@github.com:flynx/proxmox-utils.git
|
@ git clone $PROXMOX_UTILS
|
||||||
@ git clone https://github.com/flynx/proxmox-utils.git
|
|
||||||
|
|
||||||
@ cd proxmox-utils
|
@ cd proxmox-utils
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user