Install Virtualbox with the usermod fix
This commit is contained in:
parent
f3b60cfe9d
commit
cbb761c6bf
5
install/virtualbox.sh
Normal file
5
install/virtualbox.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Virtualbox allows you to run VMs for other flavors of Linux or even Windows
|
||||||
|
# See https://ubuntu.com/tutorials/how-to-run-ubuntu-desktop-on-a-virtual-machine-using-virtualbox#1-overview
|
||||||
|
# for a guide on how to run Ubuntu inside it.
|
||||||
|
sudo apt install -y virtualbox virtualbox-ext-pack
|
||||||
|
sudo usermod -aG vboxusers ${USER}
|
Loading…
Reference in New Issue
Block a user