Browse Source

Update x230_skulls.sh

added -U to help with people updating from 1vyrain method
pull/162/head
edward Riley 4 years ago
committed by GitHub
parent
commit
abec83c07a
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