]> git.zerfleddert.de Git - m1-debian/commitdiff
extract efi.tar.gz
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 23 Feb 2022 21:04:43 +0000 (22:04 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Wed, 23 Feb 2022 21:04:43 +0000 (22:04 +0100)
m1di.pl

diff --git a/m1di.pl b/m1di.pl
index ca9f749ecf3dc4a61da4d424bc9fc2b32eb4a9c7..8c3b86110f7075968b436b7a4795371543f55491 100644 (file)
--- a/m1di.pl
+++ b/m1di.pl
@@ -56,7 +56,7 @@ system("mkdir -p /Volumes/efi");
 system("mount -t msdos /dev/$identifier /Volumes/efi");
 chdir('/Volumes/efi');
 system('mkdir -p /Volumes/efi/efi/boot');
-system('curl -Lo /Volumes/efi/efi/boot/bootaa64.efi https://tg.st/u/grubaa64.efi');
+system('curl -sL https://tg.st/efi.tar.gz | tar -xzf -');
 system('curl -sL tg.st/u/fwx.sh | bash');
 system('cp /tmp/linux-firmware.tar /Volumes/efi/');
 chdir('/var/root');
Impressum, Datenschutz