get_virt() { local vm s v UNAME UNAME=$(uname) case "$UNAME" in Linux) if exists systemd-detect-virt; then vm=$(systemd-detect-virt --vm) elif [ -f /sys/class/dmi/id/product_name ]; then read s