diff options
author | Swift Geek <swiftgeek@gmail.com> | 2018-06-24 14:44:12 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2018-06-24 14:44:12 +0000 |
commit | 957ca3ab140140c44923d5f63f7cf4e711dd11af (patch) | |
tree | 482c2e0ad41ba487ad3f1014e3374fe5d326f83d | |
parent | 40dd77ac6c68f6192a1cf6805438084bcb311cd5 (diff) | |
parent | 817e68fee7c6ddd1852543326b77e2f0887fd6e2 (diff) | |
download | librebootfr-957ca3ab140140c44923d5f63f7cf4e711dd11af.tar.gz librebootfr-957ca3ab140140c44923d5f63f7cf4e711dd11af.zip |
Merge branch 'master' of johnmh/libreboot into master
-rwxr-xr-x | resources/scripts/helpers/download/seabios | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/seabios b/resources/scripts/helpers/download/seabios index 75299f2d..b773ec59 100755 --- a/resources/scripts/helpers/download/seabios +++ b/resources/scripts/helpers/download/seabios @@ -35,7 +35,7 @@ rm -rf "seabios/" # ------------------------------------------------------------------------------ # download it using git -git clone git://git.seabios.org/seabios.git seabios +git clone https://git.seabios.org/seabios.git seabios ( # modifications are required |