chore(init): suppres verbose logging
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
0e156f4883
commit
6a54c1a263
1 changed files with 1 additions and 1 deletions
|
|
@ -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 -
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue