Add bootstrap
This commit is contained in:
parent
de37fba59c
commit
f17bfe7726
15 changed files with 141 additions and 0 deletions
9
.config/yadm/bootstrap.d/07-qemu
Executable file
9
.config/yadm/bootstrap.d/07-qemu
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
if pacman -Q virt-manager; then
|
||||
exit 0
|
||||
else
|
||||
sudo pacman -S --noconfirm virt-manager
|
||||
|
||||
sudo systemctl enable --now libvirtd.socket
|
||||
sudo usermod -aG libvirt vylpes
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue