From eab36b1dcaf098b0b6b86a923b9225d6fcd32bef Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 21 Jan 2022 10:06:40 -0600 Subject: [PATCH] formatted tools --- home/private_bin/executable_tools | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100755 => 100644 home/private_bin/executable_tools diff --git a/home/private_bin/executable_tools b/home/private_bin/executable_tools old mode 100755 new mode 100644 index 5a44411..7c16931 --- a/home/private_bin/executable_tools +++ b/home/private_bin/executable_tools @@ -45,7 +45,7 @@ eget_tool() { if [[ $download_only ]]; then echo -n ' --> ' - echo -n 'running post-download script ' + echo -n 'running post-download script' post_download_install $tool fi @@ -100,6 +100,8 @@ list() { download() { if ! [ -z "$1" ]; then tool=$1 + + echo "installing $tool" info=$(key=$tool yq e 'explode(.) | .[env(key)]' $YAMLDOC) if [[ $info == "null" ]]; then echo "$tool not found in $YAMLDOC" @@ -175,7 +177,6 @@ if [ -z "$args" ]; then exit 0 else echo "Downloading binaries to ${GREEN}$BIN_DIR${NORMAL}" - echo "installing......" deps_check for tool in "$args"; do download $tool