mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[fix] Update Vagrantfile with self-update
This commit is contained in:
parent
162c83f094
commit
fd0332c57c
1 changed files with 2 additions and 1 deletions
3
ynh-dev
3
ynh-dev
|
@ -281,7 +281,8 @@ elif [ "$1" = "use-git" ]; then
|
|||
|
||||
elif [ "$1" = "self-update" ]; then
|
||||
check_yunohost_vm
|
||||
cd /vagrant/ynh-dev-tools && git pull && cp ynh-dev ../ynh-dev
|
||||
cd /vagrant/vagrant && git pull origin master
|
||||
cd /vagrant/ynh-dev-tools && git pull origin master && cp ynh-dev ../ynh-dev
|
||||
|
||||
# Fallback to print usage
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue