From 6a54c1a26345618c28e9666bd2d6d6e030fb319b Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Tue, 28 Mar 2023 17:56:04 +0200 Subject: [PATCH] chore(init): suppres verbose logging Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay-cli b/scripts/helmcharts/openreplay-cli index 008371c35..140c80ac3 100755 --- a/scripts/helmcharts/openreplay-cli +++ b/scripts/helmcharts/openreplay-cli @@ -81,7 +81,7 @@ function install_packages() { [[ -e "$OR_DIR/eget" ]] || { cd "$tmp_dir" || log err "Not able to cd to tmp dir $tmp_dir" curl --version &> /dev/null || log err "curl not found. Please install" - curl https://zyedidia.github.io/eget.sh | sh + curl -SsL https://zyedidia.github.io/eget.sh | sh - > /dev/null sudo mv eget $OR_DIR err_cd - }