summarylogtreecommitdiffstats
path: root/broadcom-wl-dkms.install
diff options
context:
space:
mode:
authorAndrey Vihrov2015-10-03 19:53:30 +0300
committerAndrey Vihrov2015-10-03 19:53:30 +0300
commit46c4aa594b0886f905c42c10d4187a8b610014e3 (patch)
tree01f82b419fc907c240e081217f45149cb5ce7b82 /broadcom-wl-dkms.install
parentdab566ba23c9dd40e23bf610e817d387d0dcde88 (diff)
downloadaur-46c4aa594b0886f905c42c10d4187a8b610014e3.tar.gz
Suggested post-install commands should use sudo
Diffstat (limited to 'broadcom-wl-dkms.install')
-rw-r--r--broadcom-wl-dkms.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/broadcom-wl-dkms.install b/broadcom-wl-dkms.install
index b575a092673b..e84de3174d1b 100644
--- a/broadcom-wl-dkms.install
+++ b/broadcom-wl-dkms.install
@@ -31,9 +31,9 @@ dkms_install() {
To load the new module, execute:
for m in b43 b43legacy ssb bcm43xx brcm80211 brcmfmac brcmsmac bcma wl; do
- modprobe -r \$m 2>/dev/null
+ sudo modprobe -r \$m # "not found" errors are normal
done
- modprobe wl
+ sudo modprobe wl
or just reboot the system.
EOF