Also install yq on upgrade

This commit is contained in:
Florent 2022-08-14 10:30:16 +02:00
parent 1b52e32658
commit c4434d5982

View file

@ -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
#=================================================