Skip to content

Commit

Permalink
Update old filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Jun 16, 2024
1 parent d8d6d61 commit b810a45
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/tools/firmware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -844,9 +844,7 @@ case "$os" in
if [[ ($input != y) && ($input != Y) ]]
then
echo -e "\nRemoving the copy from the EFI partition"
for file in "$mountpoint/brcmfmac4364b2-pcie.txt" \
"$mountpoint/brcmfmac4364b2-pcie.txcap_blob" \
"$mountpoint/firmware.tar.gz" \
for file in "$mountpoint/firmware-raw.tar.gz" \
"$mountpoint/firmware.sh"
do
if [ -f "$file" ]
Expand Down

0 comments on commit b810a45

Please sign in to comment.