mirror of
https://github.com/gnab/rtl8812au
synced 2024-11-22 13:24:47 +00:00
Replaced insmod, which doesn't load depedencies, with modprobe, which does
This commit is contained in:
parent
a3b8329689
commit
15465d52db
@ -20,7 +20,7 @@ echo "
|
||||
while true; do
|
||||
read -p "Do you wish to activate the module now? (y/n)" yn
|
||||
case $yn in
|
||||
[Yy]* ) insmod 8812au.ko && echo "***Module activated***" && break;;
|
||||
[Yy]* ) modprobe rtl8812au && echo "***Module activated***" && break;;
|
||||
[Nn]* ) exit;;
|
||||
* ) echo "Please answer yes or no.";;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user