diff --git a/Installation.md b/Installation.md index 3997530..4c93817 100644 --- a/Installation.md +++ b/Installation.md @@ -106,7 +106,7 @@ This may be used as an alternative to the manual installation steps described ab sudo depmod printf "done\n\n"; - printf "Running modprobe -r bdc_pci\n"; + printf "Running modprobe --remove --quiet bdc_pci\n"; sudo modprobe -r bdc_pci printf "done\n\n";