Compare commits

..

No commits in common. "64646430f63db352beb12ab811cce0af923d6e95" and "0176d11617d67f0318e226b6b3388b9b32ed637f" have entirely different histories.

2 changed files with 2 additions and 16 deletions

View File

@ -179,6 +179,8 @@ 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

View File

@ -93,22 +93,6 @@ 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
```