Fix virt-manager
configuration
This commit is contained in:
parent
066d3662c9
commit
ea6a7cb53d
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
usermod -aG libvirt "$USER";
|
sudo usermod -aG libvirt "$USER";
|
||||||
|
|
Loading…
Reference in a new issue