From cc850ee668cd737f8e4400a721b29d6e162e22d7 Mon Sep 17 00:00:00 2001 From: threeoh6000 Date: Wed, 13 Nov 2024 15:57:28 +0000 Subject: [PATCH] silly issue --- distro_machine_detection.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro_machine_detection.7 b/distro_machine_detection.7 index 9446633..2b3345b 100644 --- a/distro_machine_detection.7 +++ b/distro_machine_detection.7 @@ -72,5 +72,5 @@ if [ "$system_type" = "windows" ] && [ -z "$machine"] && [ "$hassed" -eq 1 ]; th if [ "$hasawk" -eq 1 ]; then 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 | sed -n 2p | head -n 1 | tr -s " ")$(wmic.exe computersystem get Manufacturer | sed -n 2p | head -n 1)" + machine="$(wmic.exe computersystem get Manufacturer | sed -n 2p | head -n 1 | tr -s " ")$(wmic.exe computersystem get Model | sed -n 2p | head -n 1)" fi