diff options
-rwxr-xr-x | run_me | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |