mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Use opi/yunohost boxes for testing purpose.
This commit is contained in:
parent
0fe1caffc9
commit
e499ba803f
1 changed files with 2 additions and 2 deletions
4
ynh-dev
4
ynh-dev
|
@ -85,11 +85,11 @@ elif [ "$1" = "create-env" ]; then
|
|||
git clone -b unstable https://github.com/YunoHost/moulinette moulinette
|
||||
|
||||
# Get YunoHost Vagrantfile
|
||||
git clone https://github.com/YunoHost/Vagrantfile vagrant
|
||||
git clone -b opi-boxes https://github.com/YunoHost/Vagrantfile vagrant
|
||||
ln -s vagrant/Vagrantfile Vagrantfile
|
||||
|
||||
# Get YunoHost dev tools
|
||||
git clone https://github.com/YunoHost/ynh-dev ynh-dev-tools
|
||||
git clone -b opi-boxes https://github.com/YunoHost/ynh-dev ynh-dev-tools
|
||||
cp ynh-dev-tools/ynh-dev ynh-dev
|
||||
# cp $pwd/$0 ./$0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue