[fix] Add virtualbox dependency.

This commit is contained in:
opi 2016-05-27 13:13:05 +02:00
parent e755caaf49
commit 9b6da5bbf5

View file

@ -8,9 +8,9 @@ With this you can develop on the unstable version of yunohost quickly.
Install dependencies Install dependencies
```shell ```shell
# Debian, Ubuntu, Mint # Debian, Ubuntu, Mint
sudo apt-get install vagrant sudo apt-get install vagrant virtualbox
# Fedora # Fedora
sudo dnf install vagrant sudo dnf install vagrant virtualbox
``` ```
Next download ynh-dev script Next download ynh-dev script