From 891a9de35289e67c8fed7e0147f021aadd679604 Mon Sep 17 00:00:00 2001 From: Keith Peters Date: Thu, 23 Nov 2023 22:06:19 -0500 Subject: [PATCH] readme and comment updates --- README.md | 2 -- version | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f2bc99..98c6f41 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,6 @@ This feature currently supports the package managers: Todo (potential): - `Fink` - MacOS -- `RPM` - Redhat -- `Yum` - Redhat - `ZYpp` - OpenSUSE - `Portage` - Gentoo - `Nix` - Nix diff --git a/version b/version index 99c5b9a..61d54fa 100755 --- a/version +++ b/version @@ -352,7 +352,7 @@ try_brew() { # is brew installed? command -v brew >/dev/null 2>&1 || return - # pip is installed. let's try it + # brew is installed. let's try it echo " checking brew..." # this returns nothing even if no results, so we have to count the matched lines @@ -369,7 +369,7 @@ try_macports() { # is macports installed? command -v port >/dev/null 2>&1 || return - # pip is installed. let's try it + # macports is installed. let's try it echo " checking macports..." result=$(port list $1 2>/dev/null)