summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2021-05-18 17:07:29 +0100
committerLeah Rowe <leah@libreboot.org>2021-05-18 17:07:29 +0100
commitce0013aebf7c7fce442906232f8dc5299732e470 (patch)
tree073f279dc82d01aec41b532b8206585b654b978d
parent208a793107001f1d7e4273976e6c53012a269a44 (diff)
download/ich9utils: download the libreboot version instead
it's exactly the same anyway
-rwxr-xr-xresources/scripts/download/ich9utils2
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"