diff options
author | Andrew Robbins <andrew@libreboot.org> | 2018-05-23 23:48:29 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2018-05-23 23:48:29 +0000 |
commit | dfe3e32e8861f4941328eca1363355f6514e7393 (patch) | |
tree | e18b42b804ca68f691381ac3a6328e4347f42c08 /resources/scripts | |
parent | e3f790bd36d7ee7374501d38227a46e9d1e4b068 (diff) | |
parent | b8e0f0e74e3071a1cfe0f3f2310979820400996a (diff) | |
download | librebootfr-dfe3e32e8861f4941328eca1363355f6514e7393.tar.gz librebootfr-dfe3e32e8861f4941328eca1363355f6514e7393.zip |
Merge branch 'master' of johnmh/libreboot into master
Diffstat (limited to 'resources/scripts')
-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/" |