mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-25 21:02:04 +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
|
||||
|
||||
# XXX run self in nohup
|
||||
# ..."$ make host" will likely break existing connections...
|
||||
# XXX TEST!
|
||||
|
||||
# bootstrap...
|
||||
@ -19,18 +20,19 @@ 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
|
||||
|
||||
@ -39,3 +41,4 @@ source ./.pct-helpers
|
||||
# XXX
|
||||
|
||||
|
||||
# vim:set ts=4 sw=4 nowrap :
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user