mirror of https://github.com/zulip/zulip.git
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:
parent
7b1597d4cf
commit
5de6dd66a7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue