Skip to content

Commit

Permalink
cp should be verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored May 28, 2024
1 parent 0c5e8a5 commit f5019a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tools/firmware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f5019a6

Please sign in to comment.