From f5019a603915291eaa991ca4be0fee42253556a1 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Tue, 28 May 2024 18:26:53 +0530 Subject: [PATCH] cp should be verbose --- docs/tools/firmware.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/firmware.sh b/docs/tools/firmware.sh index 07adb92a..b6cdbcf3 100755 --- a/docs/tools/firmware.sh +++ b/docs/tools/firmware.sh @@ -562,7 +562,7 @@ case "$os" in sudo mount ${verbose} ${loopdevice} ${imgdir} echo "Getting firmware" cd - >/dev/null - cp -a ${imgdir}/usr/share/firmware ${workdir} + cp -a ${verbose} ${imgdir}/usr/share/firmware ${workdir} python3 "$0" ${workdir}/firmware ${workdir}/firmware-renamed.tar ${verbose} || (echo -e "\nCouldn't extract firmware. Try choosing some other macOS version (should be Monterey or later). If error still persists, try restarting your Mac and then run the script again." && cleanup_dmg && exit 1) sudo tar ${verbose} -xC /lib/firmware/brcm -f ${workdir}/firmware-renamed.tar echo "Reloading Wi-Fi and Bluetooth drivers"