From: Silvio Rhatto Date: Tue, 10 Jul 2018 16:43:11 +0000 (-0300) Subject: Do not make virt-viewer and spicy mandatory dependencies X-Git-Tag: 0.1.0~187 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=56ebebc6d3e79e11fbff8864c4c3668ae93fa532;p=kvmx.git Do not make virt-viewer and spicy mandatory dependencies --- 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