diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-07-10 13:43:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-07-10 13:43:11 -0300 |
commit | 56ebebc6d3e79e11fbff8864c4c3668ae93fa532 (patch) | |
tree | c54d8f7c2668a92fb67ca7157de6a75129400fd5 /lib | |
parent | 467ab3fd675641e7f1ae470a951aeaafeee7fc35 (diff) | |
download | kvmx-56ebebc6d3e79e11fbff8864c4c3668ae93fa532.tar.gz kvmx-56ebebc6d3e79e11fbff8864c4c3668ae93fa532.tar.bz2 |
Do not make virt-viewer and spicy mandatory dependencies
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/kvmx/functions | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/kvmx/functions b/lib/kvmx/functions index d1a1015..2a81445 100755 --- a/lib/kvmx/functions +++ b/lib/kvmx/functions @@ -23,7 +23,8 @@ function __kvmx_ssh_keygen { # Check dependencies function __kvmx_check_dependencies { if [ -z "$DEPENDENCIES" ]; then - DEPENDENCIES="ssh sudo apt kvm virt-viewer spicy socat screen sed awk" + #DEPENDENCIES="ssh sudo apt kvm virt-viewer spicy socat screen sed awk" + DEPENDENCIES="ssh sudo apt kvm socat screen sed awk" fi for dependency in $DEPENDENCIES; do |