Browse Source

Latest BIOS is 2.73

pull/36/head
Alex Johnstone 6 years ago
committed by GitHub
parent
commit
f3b4c74e85
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      x230/x230_before_first_install.sh

+ 1
- 1
x230/x230_before_first_install.sh View File

@ -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 "72" ] ; then
if [ "${bios_minor}" -eq "73" ] ; 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}."


Loading…
Cancel
Save