diff options
Diffstat (limited to 'resources/scripts/helpers/download/flashrom')
-rwxr-xr-x | resources/scripts/helpers/download/flashrom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/flashrom b/resources/scripts/helpers/download/flashrom index 8d06dde0..da3adad0 100755 --- a/resources/scripts/helpers/download/flashrom +++ b/resources/scripts/helpers/download/flashrom @@ -43,7 +43,7 @@ git clone https://github.com/stefanct/flashrom.git cd "flashrom/" # reset to known revision -git checkout 0.9.9 +git checkout v0.9.9 git reset --hard # Apply patches |