Compare commits

..

No commits in common. "33e7a0a0ef90d0df5be899d128b76035ee4904eb" and "0015c685080380bf95526ca4b88601882d75b7a3" have entirely different histories.

View File

@ -1,7 +1,6 @@
#!/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...
@ -20,19 +19,18 @@ 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
@ -41,4 +39,3 @@ source ./.pct-helpers
# XXX # XXX
# vim:set ts=4 sw=4 nowrap :