Browse Source

Merge abec83c07a into 1c26db6b51

pull/162/merge
Edward Riley 3 years ago
committed by GitHub
parent
commit
be955228da
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_skulls.sh

+ 1
- 1
x230/x230_skulls.sh View File

@ -206,7 +206,7 @@ check_battery
while true; do while true; do
read -r -p "Flash the BIOS now? y/N: " yn read -r -p "Flash the BIOS now? y/N: " yn
case $yn in case $yn in
[Yy]* ) cd ${OUTPUT_PATH} && ${FLASHROM} --force --noverify-all -p internal --layout ${LAYOUT_FILENAME} --image bios -w "${OUTPUT_IMAGE_NAME}"; break;;
[Yy]* ) cd ${OUTPUT_PATH} && ${FLASHROM} --force --noverify-all -p internal -U --layout ${LAYOUT_FILENAME} --image bios -w "${OUTPUT_IMAGE_NAME}"; break;;
[Nn]* ) exit;; [Nn]* ) exit;;
* ) exit;; * ) exit;;
esac esac


Loading…
Cancel
Save