mirror of
https://github.com/YunoHost-Apps/matrix-puppet-discord_ynh.git
synced 2024-09-03 19:36:25 +02:00
Also install yq on upgrade
This commit is contained in:
parent
1b52e32658
commit
c4434d5982
1 changed files with 8 additions and 0 deletions
|
@ -136,6 +136,14 @@ pushd "$final_path"
|
|||
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH npm install
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
# SETUP PIP (FOR YQ)
|
||||
#=================================================
|
||||
|
||||
pip_path=$final_path/.pip
|
||||
python3 -m venv $pip_path
|
||||
$pip_path/bin/pip3 install yq
|
||||
|
||||
#=================================================
|
||||
# SPECIFIC UPGRADE
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue