bcm43602-linux-workaround/install.sh
Giovanni Grieco 24aaa91df1 First commit
2018-12-09 10:57:56 +01:00

13 lines
224 B
Bash

#!/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