diff options
-rwxr-xr-x | x60flashfrom5 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x60flashfrom5 b/x60flashfrom5 index 268c9c0..b9c3067 100755 --- a/x60flashfrom5 +++ b/x60flashfrom5 @@ -1,6 +1,6 @@ #!/bin/bash -# flash script: uses flashrom to flash a new libreboot ROM image onto your machine +# x60flashfrom5 script: for X60 owners upgrading from 5th release # # Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk> # @@ -40,9 +40,6 @@ if [[ $EUID -ne 0 ]]; then exit 1 fi -# USE ROOT OR SUDO WHEN EXECUTING THIS -# uses flashrom to flash the rom - if (( $# != 1 )); then echo "Usage: ./lenovobios_firstflash yourrom.rom" echo "usage: ./lenovobios_firstflash path/to/yourrom.rom" |