diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2016-06-27 20:57:48 +0200 |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-06-27 20:51:37 +0100 |
commit | 430d0704771c7e9a37124b7ac71c4055e1ade45e (patch) | |
tree | 1f2a1622c2b82a76f32e5a4121651509189a0958 /resources/scripts/helpers/download | |
parent | 03a48edc3dfacf1106936fb052923e3fda40ed99 (diff) | |
download | librebootfr-430d0704771c7e9a37124b7ac71c4055e1ade45e.tar.gz librebootfr-430d0704771c7e9a37124b7ac71c4055e1ade45e.zip |
download/flashrom: git checkout 0.9.9 instead of git reset commithash
Diffstat (limited to 'resources/scripts/helpers/download')
-rwxr-xr-x | resources/scripts/helpers/download/flashrom | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/flashrom b/resources/scripts/helpers/download/flashrom index d8b287df..fd5054c5 100755 --- a/resources/scripts/helpers/download/flashrom +++ b/resources/scripts/helpers/download/flashrom @@ -43,7 +43,8 @@ git clone https://github.com/stefanct/flashrom.git cd "flashrom/" # reset to known revision -git reset --hard 3d3210e6b453738c6b13fbbb2c230b59f5d8adad +git checkout 0.9.9 +git reset --hard # Apply patches # ------------------------------------------------------------------------------ |