mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-29 00:32:52 +00:00
chore: Minor fix
This commit is contained in:
parent
289b63f5fa
commit
653a387d92
@ -41,7 +41,7 @@ setup-virtualization ACTION="":
|
||||
)
|
||||
fi
|
||||
if [[ "${OPTION,,}" =~ (^enable[[:space:]]virtualization|virt-on) ]]; then
|
||||
if rpm -q virt-manager | grep -P "^virt-manager-" 1>/dev/null; then
|
||||
if ! rpm -q virt-manager | grep -P "^virt-manager-" 1>/dev/null; then
|
||||
echo "Installing QEMU and virt-manager..."
|
||||
rpm-ostree install -y virt-manager edk2-ovmf qemu
|
||||
rpm-ostree kargs \
|
||||
|
Loading…
x
Reference in New Issue
Block a user