mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-06-19 12:45:34 +00:00
Add virt-install and virt-viewer to provision_linux libvirt
This commit is contained in:
parent
b33f5c8f59
commit
c1b5dfc263
|
@ -189,7 +189,9 @@ end
|
|||
|
||||
function install_libvirt
|
||||
set -l base_pkgs \
|
||||
virt-manager
|
||||
virt-manager \
|
||||
virt-install \
|
||||
virt-viewer
|
||||
|
||||
set -l arch_pkgs \
|
||||
$base_pkgs \
|
||||
|
|
Loading…
Reference in a new issue