From f47f895b50ab748193c79262def797456d0dc8fd Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Mon, 7 Jan 2019 08:30:50 +0100 Subject: [PATCH] x230: update latest Lenovo BIOS version --- x230/x230_before_first_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x230/x230_before_first_install.sh b/x230/x230_before_first_install.sh index e0a3b58..00bf273 100755 --- a/x230/x230_before_first_install.sh +++ b/x230/x230_before_first_install.sh @@ -57,7 +57,7 @@ BIOS_VERSION=$(dmidecode -s bios-version | grep -o '[1-2].[0-7][0-9]') bios_major=$(echo "$BIOS_VERSION" | cut -d. -f1) bios_minor=$(echo "$BIOS_VERSION" | cut -d. -f2) -if [ "${bios_minor}" -eq "73" ] ; then +if [ "${bios_minor}" -eq "74" ] ; then echo -e "${GREEN}latest BIOS version${NC} installed. Nothing to do." elif [ "${bios_minor}" -ge "60" ] ; then echo "installed BIOS version is ${bios_major}.${bios_minor}."