mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 10:40:07 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c35689fc84
commit
58216d522a
@ -179,8 +179,6 @@ normpath(){
|
||||
# xread [-n] MSG VAR
|
||||
#
|
||||
# This saves all user input variables to the $XREAD_VARS array.
|
||||
#
|
||||
# XXX add support for keywords like SKIP and DISABLE
|
||||
xread(){
|
||||
local non_empty=
|
||||
if [[ $1 == '-n' ]] ; then
|
||||
|
||||
16
README.md
16
README.md
@ -93,6 +93,22 @@ ssh facing lan to avoid a single point of failure with gate
|
||||
|
||||
## Setup
|
||||
|
||||
```shell
|
||||
git clone https://github.com/flynx/proxmox-utils.git
|
||||
```
|
||||
or:
|
||||
```shell
|
||||
git clone git@github.com:flynx/proxmox-utils.git
|
||||
```
|
||||
|
||||
|
||||
For a clean host setup:
|
||||
```shell
|
||||
sudo make host
|
||||
```
|
||||
|
||||
|
||||
Install CT's:
|
||||
```shell
|
||||
sudo make all
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user