]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Do not make virt-viewer and spicy mandatory dependencies
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 10 Jul 2018 16:43:11 +0000 (13:43 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 10 Jul 2018 16:43:11 +0000 (13:43 -0300)
lib/kvmx/functions

index d1a1015913f86061d134e9489fc579b45af6766e..2a81445e49ba9ca63533acffbbd94e9908da085e 100755 (executable)
@@ -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