mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[fix] checkout to virtualbox version of ynh-dev when in virtualbox branch
This commit is contained in:
parent
da2d63a21d
commit
f84fe21b2b
1 changed files with 3 additions and 0 deletions
3
ynh-dev
3
ynh-dev
|
@ -100,6 +100,9 @@ elif [ "$1" = "create-env" ]; then
|
|||
|
||||
# Get YunoHost dev tools
|
||||
git clone -b master https://github.com/YunoHost/ynh-dev ynh-dev-tools
|
||||
cd ynh-dev-tools
|
||||
git checkout virtualbox
|
||||
cd -
|
||||
cp ynh-dev-tools/ynh-dev ynh-dev
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue