diff options
author | John M. Harris, Jr <johnmh@splentity.com> | 2018-05-22 09:38:34 -0400 |
---|---|---|
committer | John M. Harris, Jr <johnmh@splentity.com> | 2018-05-22 09:38:34 -0400 |
commit | b8e0f0e74e3071a1cfe0f3f2310979820400996a (patch) | |
tree | e18b42b804ca68f691381ac3a6328e4347f42c08 /resources/scripts/helpers/download/bucts | |
parent | e3f790bd36d7ee7374501d38227a46e9d1e4b068 (diff) | |
download | librebootfr-b8e0f0e74e3071a1cfe0f3f2310979820400996a.tar.gz librebootfr-b8e0f0e74e3071a1cfe0f3f2310979820400996a.zip |
Fix bucts URI in oldbuild download script
git.stuge.se is down, and has been for a while.
Diffstat (limited to 'resources/scripts/helpers/download/bucts')
-rwxr-xr-x | resources/scripts/helpers/download/bucts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/bucts b/resources/scripts/helpers/download/bucts index 7bea3e65..b57df1fd 100755 --- a/resources/scripts/helpers/download/bucts +++ b/resources/scripts/helpers/download/bucts @@ -37,7 +37,7 @@ rm -Rf "bucts/" # ------------------------------------------------------------------------------ # download it using git -git clone git://git.stuge.se/bucts.git +git clone https://notabug.org/libreboot/bucts.git # modifications are required cd "bucts/" |