chore(init): suppres verbose logging

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2023-03-28 17:56:04 +02:00
parent 0e156f4883
commit 6a54c1a263

View file

@ -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 -
}