mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[fix] remove useless Fedora dependency and add virtualbox provider when running Vagrant.
This commit is contained in:
parent
d7ae31ccf4
commit
211fbc931e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
2
ynh-dev
2
ynh-dev
|
@ -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 /!\\"
|
||||||
|
|
Loading…
Add table
Reference in a new issue