mirror of https://github.com/mitchell/dotfiles.git
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
|
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 \
|
||||||
|
|
Loading…
Reference in New Issue