mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-26 05:12:06 +00:00
Compare commits
No commits in common. "33e7a0a0ef90d0df5be899d128b76035ee4904eb" and "0015c685080380bf95526ca4b88601882d75b7a3" have entirely different histories.
33e7a0a0ef
...
0015c68508
15
bootstrap.sh
15
bootstrap.sh
@ -1,7 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
# XXX run self in nohup
|
||||
# ..."$ make host" will likely break existing connections...
|
||||
# XXX TEST!
|
||||
|
||||
# bootstrap...
|
||||
@ -20,19 +19,18 @@ 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
|
||||
|
||||
@ -41,4 +39,3 @@ source ./.pct-helpers
|
||||
# XXX
|
||||
|
||||
|
||||
# vim:set ts=4 sw=4 nowrap :
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user