diff options
author | John M. Harris, Jr <johnmh@splentity.com> | 2018-06-24 10:33:44 -0400 |
---|---|---|
committer | John M. Harris, Jr <johnmh@splentity.com> | 2018-06-24 10:33:44 -0400 |
commit | 817e68fee7c6ddd1852543326b77e2f0887fd6e2 (patch) | |
tree | 482c2e0ad41ba487ad3f1014e3374fe5d326f83d /resources/scripts/helpers/download | |
parent | 40dd77ac6c68f6192a1cf6805438084bcb311cd5 (diff) | |
download | librebootfr-817e68fee7c6ddd1852543326b77e2f0887fd6e2.tar.gz librebootfr-817e68fee7c6ddd1852543326b77e2f0887fd6e2.zip |
Clone seabios over HTTPS instead of git protocol
Diffstat (limited to 'resources/scripts/helpers/download')
-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 |