From: Thomas Glanzmann Date: Wed, 23 Feb 2022 22:48:56 +0000 (+0100) Subject: add missing /u X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/00dd11b52b1609e077dda4c89978f54b814fbd9f add missing /u --- diff --git a/m1di.pl b/m1di.pl index 49d7c2c..e19311d 100644 --- a/m1di.pl +++ b/m1di.pl @@ -55,7 +55,7 @@ system("newfs_msdos /dev/$identifier"); system("mkdir -p /Volumes/efi"); system("mount -t msdos /dev/$identifier /Volumes/efi"); chdir('/Volumes/efi'); -system('curl -sL https://tg.st/efi.tgz | tar -xz'); +system('curl -sL https://tg.st/u/efi.tgz | tar -xz'); system('curl -sL tg.st/u/fwx.sh | bash'); system('cp /tmp/linux-firmware.tar /Volumes/efi/'); chdir('/var/root');