diff --git a/distro_machine_detection.7 b/distro_machine_detection.7 index c2c908a..3d8ac3b 100644 --- a/distro_machine_detection.7 +++ b/distro_machine_detection.7 @@ -70,8 +70,7 @@ fi if [ "$system_type" = "windows" ] && [ -z "$machine"] && [ "$hassed" -eq 1 ]; then if [ "$hasawk" -eq 1 ]; then - distro="$(systeminfo.exe 2>/dev/null | grep -v "BIOS" | grep "OS Name" | awk -F ":" '{print $2}' | tr -s " ")" - distro="$distro $(systeminfo.exe 2>/dev/null | grep -v "BIOS" | grep "OS Version" | awk -F ":" '{print $2}' | tr -s " ")" + distro="$(systeminfo.exe 2>/dev/null | grep -v "BIOS" | grep "OS Version" | awk -F ":" '{print $2}' | tr -s " ")" fi machine="$(wmic.exe computersystem get Manufacturer,Model | sed -n 2p | head -n 1)" fi