mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-17 09:01:49 +00:00
added bootstrap /usr/bin/vim...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5f641957ad
commit
3df2f47928
@ -10,6 +10,10 @@ CT_DIR=${CT_DIR:=/etc/pve/lxc/}
|
|||||||
# XXX
|
# XXX
|
||||||
|
|
||||||
|
|
||||||
|
EDITOR=${EDITOR:-vim}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# XXX this is quite generic, might be a good idea to move this to a
|
# XXX this is quite generic, might be a good idea to move this to a
|
||||||
# seporate lib/file...
|
# seporate lib/file...
|
||||||
|
|||||||
@ -8,9 +8,9 @@ PROXMOX_UTILS=${PROXMOX_UTILS:-https://github.com/flynx/proxmox-utils.git}
|
|||||||
apt update
|
apt update
|
||||||
apt upgrade
|
apt upgrade
|
||||||
|
|
||||||
# keep this to the minimum...
|
# keep this to the minimum, at this point...
|
||||||
apt install \
|
apt install \
|
||||||
git make wget
|
git make
|
||||||
|
|
||||||
git clone $PROXMOX_UTILS
|
git clone $PROXMOX_UTILS
|
||||||
|
|
||||||
@ -19,4 +19,5 @@ cd proxmox-utils
|
|||||||
make bootstrap
|
make bootstrap
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# vim:set ts=4 sw=4 nowrap :
|
# vim:set ts=4 sw=4 nowrap :
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user