mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
also generate and link bash completion for bullseye
This commit is contained in:
parent
44fd2c7874
commit
d45de75ea9
1 changed files with 3 additions and 0 deletions
3
ynh-dev
3
ynh-dev
|
@ -245,6 +245,9 @@ function use_git()
|
|||
create_sym_link "/ynh-dev/yunohost/conf" "/usr/share/yunohost/conf"
|
||||
create_sym_link "/ynh-dev/yunohost/locales" "/usr/share/yunohost/locales"
|
||||
create_sym_link "/ynh-dev/yunohost/src" "/usr/lib/python3/dist-packages/yunohost"
|
||||
|
||||
python3 "/ynh-dev/yunohost/doc/generate_bash_completion.py"
|
||||
create_sym_link "/ynh-dev/yunohost/doc/bash-completion.sh" "/etc/bash_completion.d/yunohost"
|
||||
else
|
||||
# data
|
||||
python3 "/ynh-dev/yunohost/data/actionsmap/yunohost_completion.py"
|
||||
|
|
Loading…
Reference in a new issue