From 211fbc931e09092a1728a2b5d1594188fbe2bc43 Mon Sep 17 00:00:00 2001 From: Moul Date: Thu, 28 Apr 2016 15:20:15 +0200 Subject: [PATCH] [fix] remove useless Fedora dependency and add virtualbox provider when running Vagrant. --- README.md | 2 +- ynh-dev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbfa280..7dd867f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Install dependencies # Debian, Ubuntu, Mint sudo apt-get install vagrant # Fedora -sudo dnf install vagrant vagrant-libvirt +sudo dnf install vagrant ``` Next download ynh-dev script diff --git a/ynh-dev b/ynh-dev index a023161..d1a9fc3 100755 --- a/ynh-dev +++ b/ynh-dev @@ -137,7 +137,7 @@ elif [ "$1" = "run" ]; then fi # Run VM - vagrant up $VERSION + vagrant up $VERSION --provider virtualbox # Warn user about hosts file echo "/!\ Please add '$IP $DOMAIN' to your /etc/hosts file /!\\"