]> git.zerfleddert.de Git - m1-debian/commitdiff
add missing /u
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 23 Feb 2022 22:48:56 +0000 (23:48 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Wed, 23 Feb 2022 22:48:56 +0000 (23:48 +0100)
m1di.pl

diff --git a/m1di.pl b/m1di.pl
index 49d7c2c5053b661c098848340f67f979a51421dc..e19311d490aab847c0c5a3498054b2812368be63 100644 (file)
--- 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');
Impressum, Datenschutz