#!/bin/bash
#
# Copyright (c) 2023 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 ol9_appstream -y
dnf install conmon-2.1.3-3.el9 -y
dnf module enable ol9_appstream -y
dnf config-manager --set-enabled ol9_kvm_utils
dnf install qemu-kvm -y
