Add virt-install and virt-viewer to provision_linux libvirt

This commit is contained in:
mitchell 2021-01-31 19:34:35 -05:00
parent b33f5c8f59
commit c1b5dfc263
1 changed files with 3 additions and 1 deletions

View File

@ -189,7 +189,9 @@ end
function install_libvirt function install_libvirt
set -l base_pkgs \ set -l base_pkgs \
virt-manager virt-manager \
virt-install \
virt-viewer
set -l arch_pkgs \ set -l arch_pkgs \
$base_pkgs \ $base_pkgs \