mirror of
https://github.com/YunoHost-Apps/matrix-puppet-discord_ynh.git
synced 2024-09-03 19:36:25 +02:00
Add step for yq installation
This commit is contained in:
parent
1f7d8763e8
commit
b60be02b52
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ popd
|
|||
# SETUP PIP (FOR YQ)
|
||||
#=================================================
|
||||
|
||||
ynh_script_progression --message="Install yq..." --weight=1
|
||||
pip_path=$final_path/.pip
|
||||
python3 -m venv $pip_path
|
||||
$pip_path/bin/pip3 install yq
|
||||
|
|
Loading…
Reference in a new issue