mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-25 21:02:04 +00:00
Compare commits
2 Commits
0176d11617
...
64646430f6
| Author | SHA1 | Date | |
|---|---|---|---|
| 64646430f6 | |||
| 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