Skip to content

Commit

Permalink
Merge pull request #59 from bit101/comments
Browse files Browse the repository at this point in the history
Comments
  • Loading branch information
bit101 authored Nov 24, 2023
2 parents 2955d5b + cc460ff commit 7e0c115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions version
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 7e0c115

Please sign in to comment.