vboxmanage: add extpack command (#4179)

client-spec/clarity
gx1 2020-07-17 19:42:05 +02:00 committed by GitHub
parent 46b1f3f7bb
commit b22f908ca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -27,3 +27,7 @@
- Shutdown down the virtual machine without saving its state:
`VBoxManage controlvm {{name|uuid}} poweroff`
- Update VBox extension packs:
`VBoxManage extpack install --replace {{VboxExtensionPackFileName}}`