mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 19:20:10 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0015c68508
commit
592e279bab
13
bootstrap.sh
13
bootstrap.sh
@ -19,18 +19,19 @@ function @ (){
|
|||||||
}
|
}
|
||||||
|
|
||||||
# XXX test if running as root...
|
# XXX test if running as root...
|
||||||
|
# XXX
|
||||||
|
|
||||||
apt update
|
@ apt update
|
||||||
apt upgrade
|
@ apt upgrade
|
||||||
|
|
||||||
# XXX
|
# XXX
|
||||||
apt install \
|
@ apt install \
|
||||||
git make wget
|
git make wget
|
||||||
|
|
||||||
#git clone git@github.com:flynx/proxmox-utils.git
|
#@ git clone git@github.com:flynx/proxmox-utils.git
|
||||||
git clone https://github.com/flynx/proxmox-utils.git
|
@ git clone https://github.com/flynx/proxmox-utils.git
|
||||||
|
|
||||||
cd proxmox-utils
|
@ cd proxmox-utils
|
||||||
|
|
||||||
source ./.pct-helpers
|
source ./.pct-helpers
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user