From d9d5c2d213baee9a85fd19427c46a7533f46ba56 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Thu, 27 Jan 2022 23:05:30 +0100 Subject: [PATCH] little helper script to extract firmware --- fwx.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fwx.sh b/fwx.sh index ebc9861..1aa6812 100644 --- a/fwx.sh +++ b/fwx.sh @@ -12,3 +12,5 @@ export SSL_CERT_FILE=$PWD/Frameworks/Python.framework/Versions/Current/etc/opens export PATH="$PWD/bin:$PATH" python3 -m firmware.wifi /usr/share/firmware/wifi /tmp/linux-firmware.tar + +echo Firmware is in /tmp/linux-firmware.tar -- 2.39.2