Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Linux Mint docs #11656

Merged
merged 14 commits into from
Aug 20, 2024
Prev Previous commit
Next Next commit
Refine VirtualBox howto
  • Loading branch information
koppor committed Aug 20, 2024
commit d0171bf0eef8b1997fc8cfccc5984c2a6201e28c
2 changes: 2 additions & 0 deletions scripts/vms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This folder contains directories making use of [Vagrant](https://www.vagrantup.c
- Windows: `winget install -e --id Oracle.VirtualBox`
2. [Install Vagrant](https://developer.hashicorp.com/vagrant/install?product_intent=vagrant)
- Windows: `winget install -e --id Hashicorp.Vagrant`
3. [Install Vagrant Virtual Box Guest Additions Plugin](https://subscription.packtpub.com/book/cloud-and-networking/9781786464910/1/ch01lvl1sec12/enabling-virtualbox-guest-additions-in-vagrant). This ensures that the guest additions of each box are automatically updated.
- `vagrant plugin install vagrant-vbguest`

### Setup VM

Expand Down