mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[fix] Add virtualbox dependency.
This commit is contained in:
parent
e755caaf49
commit
9b6da5bbf5
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ With this you can develop on the unstable version of yunohost quickly.
|
|||
Install dependencies
|
||||
```shell
|
||||
# Debian, Ubuntu, Mint
|
||||
sudo apt-get install vagrant
|
||||
sudo apt-get install vagrant virtualbox
|
||||
# Fedora
|
||||
sudo dnf install vagrant
|
||||
sudo dnf install vagrant virtualbox
|
||||
```
|
||||
|
||||
Next download ynh-dev script
|
||||
|
|
Loading…
Add table
Reference in a new issue