[fix] remove useless Fedora dependency and add virtualbox provider when running Vagrant.

This commit is contained in:
Moul 2016-04-28 15:20:15 +02:00
parent d7ae31ccf4
commit 211fbc931e
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ Install dependencies
# Debian, Ubuntu, Mint # Debian, Ubuntu, Mint
sudo apt-get install vagrant sudo apt-get install vagrant
# Fedora # Fedora
sudo dnf install vagrant vagrant-libvirt sudo dnf install vagrant
``` ```
Next download ynh-dev script Next download ynh-dev script

View file

@ -137,7 +137,7 @@ elif [ "$1" = "run" ]; then
fi fi
# Run VM # Run VM
vagrant up $VERSION vagrant up $VERSION --provider virtualbox
# Warn user about hosts file # Warn user about hosts file
echo "/!\ Please add '$IP $DOMAIN' to your /etc/hosts file /!\\" echo "/!\ Please add '$IP $DOMAIN' to your /etc/hosts file /!\\"