From b708216dee991491b24090f31937f7dd0e94b759 Mon Sep 17 00:00:00 2001 From: Kirkwood Donavin Date: Mon, 11 Mar 2024 16:30:52 -0600 Subject: [PATCH] I had to use the --quiet option because this module did not exist in order to remove it. --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";