mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-10 01:51:03 +01:00
Added installation of virtual box
This commit is contained in:
parent
fff8cd0305
commit
824e44c491
@ -99,6 +99,12 @@ echo "-->Enable docker service..."
|
|||||||
sudo systemctl enable docker --now
|
sudo systemctl enable docker --now
|
||||||
echo "->Synchronizing orchestration tools..."
|
echo "->Synchronizing orchestration tools..."
|
||||||
sudo pacman --needed -S ansible
|
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 "Installing entertainment software..."
|
||||||
echo "->Synchronizing audio software..."
|
echo "->Synchronizing audio software..."
|
||||||
sudo pacman -S rhythmbox
|
sudo pacman -S rhythmbox
|
||||||
|
Loading…
Reference in New Issue
Block a user