Update fedora config
This commit is contained in:
parent
af36cfcba4
commit
d0e2481afd
9 changed files with 22 additions and 74 deletions
|
@ -11,6 +11,7 @@ if command_exists "apt-get"; then
|
|||
sudo apt-get install qemu-system libvirt-daemon-system virt-manager -y
|
||||
elif command_exists "yum"; then
|
||||
sudo yum install @Virtualization virt-manager -y
|
||||
sudo usermod -aG libvirt $(whoami)
|
||||
elif command_exists "pacman"; then
|
||||
sudo pacman -S qemu-full --noconfirm --needed
|
||||
sudo pacman -S virt-manager --noconfirm --needed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue