From e97ae7ec2cf942a062d863afd7f65d514be302a8 Mon Sep 17 00:00:00 2001 From: Bruno 21 Date: Sat, 9 Jan 2021 13:00:28 +0100 Subject: [PATCH] homebrew.sh +minor dialog corrections --- plugins.d/homebrew.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins.d/homebrew.sh b/plugins.d/homebrew.sh index 24a950d..2fea155 100755 --- a/plugins.d/homebrew.sh +++ b/plugins.d/homebrew.sh @@ -129,7 +129,7 @@ get_info_pkg() { echo -e "${bold}🍺 Homebrew ${reset}" echo -e "\n🍺 ${underline}Updating brew...${reset}\n" -#brew update +brew update echo "" brew_outdated=$(brew outdated --greedy --json=v2) @@ -262,9 +262,9 @@ if (( ${#cask_to_not_update[@]} )); then nbp=${#cask_to_not_update[*]} - echo -e "${underline}List of${reset} ${box} $nbp ${reset} ${underline}'do not update' packages:${reset}" + echo -e "${underline}List of${reset} ${box} $nbp ${reset} ${underline}'do not update' casks:${reset}" echo -e "${red}${cask_to_not_update[*]}${reset}" - echo -e "To remove package from this list, you need to edit the ${italic}do_not_update${reset} array." + echo -e "To remove an app from this list, you need to edit the ${italic}do_not_update${reset} array." echo "" casks_not_pinned=""