diff --git a/dream.sh b/dream.sh index d550169..c7dc348 100644 --- a/dream.sh +++ b/dream.sh @@ -129,12 +129,12 @@ check-and-install() { spin bold yellow "Installing $pkg" if ! command-exists "$pkg"; then if run pkg-install "$pkg"; then - check "Installed $pkg" + check bold "$(pen green bold 'Installed') $pkg" else throw bold red "Error installing $pkg" fi else - check "$pkg $(pen grey bold 'already installed')" + check bold "$pkg $(pen grey bold 'was already installed')" # echo_pkg deps "skipping $pkg - as it's ${RED}already installed.." fi else