mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Use symlink for ynh-dev script for easier updates.
This commit is contained in:
parent
b2e9e6b108
commit
87b1e077b2
1 changed files with 1 additions and 2 deletions
3
ynh-dev
3
ynh-dev
|
@ -92,8 +92,7 @@ elif [ "$1" = "create-env" ]; then
|
|||
|
||||
# Get YunoHost 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
|
||||
ln -s ynh-dev-tools/ynh-dev ynh-dev
|
||||
|
||||
|
||||
#################################
|
||||
|
|
Loading…
Add table
Reference in a new issue