diff options
author | Leah Rowe <info@minifree.org> | 2017-04-30 18:30:30 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2017-04-30 20:32:06 +0100 |
commit | e8e19e88869ecdcbb3afbdcdb17bb5bac819a58f (patch) | |
tree | 3538bc2b95f305adffd85b8cc5df37d7e6b31e37 /resources/scripts/helpers | |
parent | 213324f3516c266f69efe2602c02d862b6ae042a (diff) | |
download | librebootfr-e8e19e88869ecdcbb3afbdcdb17bb5bac819a58f.tar.gz librebootfr-e8e19e88869ecdcbb3afbdcdb17bb5bac819a58f.zip |
Update to latest SeaBIOS version
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-x | resources/scripts/helpers/download/seabios | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/seabios b/resources/scripts/helpers/download/seabios index 39036ebb..18f90dd6 100755 --- a/resources/scripts/helpers/download/seabios +++ b/resources/scripts/helpers/download/seabios @@ -44,7 +44,7 @@ cd "seabios/" # Reset to the last commit that was tested (we use stable releases for seabios) # ------------------------------------------------------------------------------ -git reset --hard rel-1.9.1 +git reset --hard 19fdcca467ad3436d68ef88899b4dcd78154a9c6 ) |