Skip to content

Instantly share code, notes, and snippets.

@Corky3892
Corky3892 / gist:f07a1234bb558de4d354d8c93e8375c2
Created September 25, 2019 16:03 — forked from fernandoaleman/gist:5083680
How to update VirtualBox Guest Additions with vagrant
# Start the old vagrant
$ vagrant init centos-6.3
$ vagrant up
# You should see a message like:
# [default] The guest additions on this VM do not match the install version of
# VirtualBox! This may cause things such as forwarded ports, shared
# folders, and more to not work properly. If any of those things fail on
# this machine, please update the guest additions and repackage the
# box.