mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 18:50:08 +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
|
||||
|
||||
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user