Update for fedora atomic
This commit is contained in:
parent
46cdfbe486
commit
e8242b0ad0
13 changed files with 99 additions and 15 deletions
|
@ -13,6 +13,14 @@ elif command_exists "yum"; then
|
|||
sudo yum install @Virtualization virt-manager -y
|
||||
sudo systemctl enable --now libvirtd.service
|
||||
sudo usermod -aG libvirt $(whoami)
|
||||
elif command_exists "rpm-ostree"; then
|
||||
if ! command_exists "libvirtd"; then
|
||||
rpm-ostree install virt-install libvirt-daemon-config-network libvirt-daemon-kvm qemu-kvm virt-manager virt-viewer
|
||||
read -p "Press enter to reboot, then run do-everything.bash again"
|
||||
reboot
|
||||
else
|
||||
sudo systemctl enable --now libvirtd.service
|
||||
fi
|
||||
elif command_exists "pacman"; then
|
||||
sudo pacman -S qemu-full dnsmasq --noconfirm --needed
|
||||
sudo pacman -S virt-manager --noconfirm --needed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue