docs: Adjust modinfo command for Debian.

On Debian, /sbin isn’t in the default path for normal users.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-01-25 12:23:26 -08:00 committed by Anders Kaseorg
parent 7b1597d4cf
commit 5de6dd66a7
1 changed files with 1 additions and 1 deletions

View File

@ -898,7 +898,7 @@ check the running version of VirtualBox Guest Additions with this
command:
```bash
vagrant ssh -- 'modinfo -F version vboxsf'
vagrant ssh -- 'sudo modinfo -F version vboxsf'
```
The bug has not been fixed upstream as of this writing, but you may be