From c6c5c2a893f928390eef9c1c85211c4211112b6b Mon Sep 17 00:00:00 2001 From: Florent Date: Sun, 29 May 2022 22:17:59 +0200 Subject: [PATCH] Add step for yq installation --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 4b97eee..afd9e2f 100755 --- a/scripts/install +++ b/scripts/install @@ -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