diff --git a/install_easy.sh b/install_easy.sh index 2e484f6..431ec94 100755 --- a/install_easy.sh +++ b/install_easy.sh @@ -675,8 +675,21 @@ check_dns() check_virt() { echo \* checking virtualization + local vm s v if exists systemd-detect-virt; then - local vm=$(systemd-detect-virt --vm) + vm=$(systemd-detect-virt --vm) + elif [ -f /sys/class/dmi/id/product_name ]; then + read s