Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Keeping Parrot up to date

Steven Jones edited this page Jun 7, 2017 · 2 revisions

Keeping parrot up to date should just involve two things:

  1. Updating your local Parrot repo to pull in the latest changes
  2. Updating your Parrot VM to apply changes

Updating your local Parrot repo

This should be as simple as doing a git pull in the directory that you originally cloned Parrot.

On your system this might be something like:

cd ~/parrot
git pull

If you have changed to another branch of the repo, then we assume that you know what you're doing, and you need to merge in the upstream master to get the latest changes.

Updating your Parrot VM

To update the Parrot VM with the latest changes from the repo, run:

vagrant provision

from within the parrot directory.

Clone this wiki locally