Compare commits

..

2 Commits

Author SHA1 Message Date
33e7a0a0ef ...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-10-08 15:50:49 +03:00
592e279bab ...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2024-10-08 15:46:57 +03:00

View File

@ -1,6 +1,7 @@
#!/usr/bin/bash #!/usr/bin/bash
# XXX run self in nohup # XXX run self in nohup
# ..."$ make host" will likely break existing connections...
# XXX TEST! # XXX TEST!
# bootstrap... # bootstrap...
@ -19,18 +20,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
@ -39,3 +41,4 @@ source ./.pct-helpers
# XXX # XXX
# vim:set ts=4 sw=4 nowrap :