Update for fedora atomic

This commit is contained in:
askiiart 2024-07-10 13:21:06 -05:00
parent 46cdfbe486
commit e8242b0ad0
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
13 changed files with 99 additions and 15 deletions

View file

@ -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