bcm43602-linux-workaround/install.sh

13 lines
224 B
Bash
Raw Normal View History

2018-12-09 09:57:56 +00:00
#!/usr/bin/bash
if [ "$EUID" -ne 0 ]; then
echo "Please give me the root power!"
exit 1
fi
cp broadcomctl /usr/local/bin/
cp broadcom.service /etc/systemd/system/
systemctl daemon-reload
systemctl enable broadcom