summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun_me6
1 files changed, 3 insertions, 3 deletions
diff --git a/run_me b/run_me
index 0771086..aeef100 100755
--- a/run_me
+++ b/run_me
@@ -5,14 +5,14 @@ set -x
S=grub-1.99
-MODS="efi_gop efi_uga tftp part_gpt part_msdos hfsplus fat ext2 chain reboot linux ls"
+MODS="efi_gop efi_uga tftp part_gpt part_msdos hfsplus fat ext2 chain reboot linux ls multiboot gfxterm gzio fw"
if [ ! -d ${S} ]; then
- git clone git://git.mythic-beasts.com/mac-mini-grub/${S}.git
+ git clone ssh://git@git.panaceas.org/git/xen/${S}.git || git clone git://git.panaceas.org/xen/${S}.git
fi
if [ ! -d ${S}-pq ]; then
- git clone git://git.mythic-beasts.com/mac-mini-grub/${S}-pq.git
+ git clone ssh://git@git.panaceas.org/git/xen/${S}-pq.git || git clone git://git.panaceas.org/xen/${S}-pq.git
fi