#!/bin/bash
#
# Copyright (c) 2019-2022 Oracle and/or its affiliates. All rights reserved.
# Licensed under the GNU General Public License Version 3 as shown at https://www.gnu.org/licenses/gpl-3.0.txt.

dnf module disable container-tools -y
dnf install conmon-2.1.3-3.el8 -y
dnf config-manager --set-enabled ol8_kvm_appstream
dnf module reset virt -y
dnf module enable virt:kvm_utils2 -y
dnf install qemu-kvm -y
dnf module enable container-tools -y
