summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xresources/scripts/helpers/download/grub2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub
index eec9120..880d7ff 100755
--- a/resources/scripts/helpers/download/grub
+++ b/resources/scripts/helpers/download/grub
@@ -35,7 +35,7 @@ rm -Rf "grub/"
# ------------------------------------------------------------------------------
# download it using git
-git clone git://git.savannah.gnu.org/grub.git
+git clone git://git.savannah.gnu.org/grub.git || git clone http://git.savannah.gnu.org/r/grub.git
# modifications are required
cd "grub/"