mirror of
				https://github.com/mitchell/dotfiles.git
				synced 2025-11-03 21:25:26 +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
 | 
					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 a new issue