Skip to content

Commit

Permalink
Post install for Arch
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored May 22, 2024
1 parent 226c9c6 commit 4037f5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/tools/firmware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@ create_arch_pkg () {
tar xf \$srcdir/firmware.tar
}
install=apple-firmware.install
EOF

cat <<- EOF | sudo tee apple-firmware.install >/dev/null
post_install() {
modprobe -r brcmfmac_wcc || true
modprobe -r brcmfmac || true
Expand Down

0 comments on commit 4037f5e

Please sign in to comment.