mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-26 05:12:06 +00:00
Compare commits
2 Commits
0015c68508
...
33e7a0a0ef
| Author | SHA1 | Date | |
|---|---|---|---|
| 33e7a0a0ef | |||
| 592e279bab |
15
bootstrap.sh
15
bootstrap.sh
@ -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 :
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user