diff options
author | Leah Rowe <leah@libreboot.org> | 2021-05-18 17:07:29 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2021-05-18 17:07:29 +0100 |
commit | ce0013aebf7c7fce442906232f8dc5299732e470 (patch) | |
tree | 073f279dc82d01aec41b532b8206585b654b978d /resources/scripts | |
parent | 208a793107001f1d7e4273976e6c53012a269a44 (diff) |
download/ich9utils: download the libreboot version instead
it's exactly the same anyway
Diffstat (limited to 'resources/scripts')
-rwxr-xr-x | resources/scripts/download/ich9utils | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/download/ich9utils b/resources/scripts/download/ich9utils index 34f02685..4f931bbb 100755 --- a/resources/scripts/download/ich9utils +++ b/resources/scripts/download/ich9utils @@ -32,7 +32,7 @@ fi # ------------------------------------------------------------------------------ # download it using git -git clone https://notabug.org/osboot/ich9utils.git +git clone https://notabug.org/libreboot/ich9utils.git if [ ! -d "ich9utils" ]; then printf "ich9utils not downloaded; check network connection?\n\n" |