mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-25 12:52:04 +00:00
Compare commits
No commits in common. "64646430f63db352beb12ab811cce0af923d6e95" and "0176d11617d67f0318e226b6b3388b9b32ed637f" have entirely different histories.
64646430f6
...
0176d11617
@ -179,6 +179,8 @@ normpath(){
|
|||||||
# xread [-n] MSG VAR
|
# xread [-n] MSG VAR
|
||||||
#
|
#
|
||||||
# This saves all user input variables to the $XREAD_VARS array.
|
# This saves all user input variables to the $XREAD_VARS array.
|
||||||
|
#
|
||||||
|
# XXX add support for keywords like SKIP and DISABLE
|
||||||
xread(){
|
xread(){
|
||||||
local non_empty=
|
local non_empty=
|
||||||
if [[ $1 == '-n' ]] ; then
|
if [[ $1 == '-n' ]] ; then
|
||||||
|
|||||||
16
README.md
16
README.md
@ -93,22 +93,6 @@ ssh facing lan to avoid a single point of failure with gate
|
|||||||
|
|
||||||
## Setup
|
## 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
|
```shell
|
||||||
sudo make all
|
sudo make all
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user