Fix virt-manager configuration

This commit is contained in:
Manuel Thalmann 2023-04-06 18:06:50 +02:00
parent 9f50bc45b4
commit 6407603f01

View file

@ -1,2 +1,2 @@
#!/bin/bash
usermod -aG libvirt "$USER";
sudo usermod -aG libvirt "$USER";