Update vagrant.md

This commit is contained in:
brekemeier 2021-04-08 19:33:32 +02:00 committed by GitHub
parent f809c3a8ff
commit 0be88d2af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ vagrant up ubuntu-xenial --provider=libvirt
```bash
sudo apt install vagrant vagrant-libvirt libvirt-daemon-system vagrant-mutate libvirt-dev
sudo usermod -a -G libvirt $USER
sudo usermod -aG libvirt $USER
# Reboot