Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-10-08 15:46:57 +03:00
parent 0015c68508
commit 592e279bab

View File

@ -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