mirror of
				https://github.com/kevinveenbirkenbach/linux-image-manager.git
				synced 2025-11-04 09:28:01 +00:00 
			
		
		
		
	Added installation of virtual box
This commit is contained in:
		@@ -99,6 +99,12 @@ echo "-->Enable docker service..."
 | 
			
		||||
sudo systemctl enable docker --now
 | 
			
		||||
echo "->Synchronizing orchestration tools..."
 | 
			
		||||
sudo pacman --needed -S ansible
 | 
			
		||||
echo "->Synchronizing virtualisation tools..."
 | 
			
		||||
pamac install virtualbox $(pacman -Qsq "^linux" | grep "^linux[0-9]*[-rt]*$" | awk '{print $1"-virtualbox-host-modules"}' ORS=' ')
 | 
			
		||||
sudo vboxreload
 | 
			
		||||
pamac build virtualbox-ext-oracle
 | 
			
		||||
sudo gpasswd -a $USER vboxusers
 | 
			
		||||
echo "Keep in mind to install the guest additions in the virtualized system. See https://wiki.manjaro.org/index.php?title=VirtualBox"
 | 
			
		||||
echo "Installing entertainment software..."
 | 
			
		||||
echo "->Synchronizing audio software..."
 | 
			
		||||
sudo pacman -S rhythmbox
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user