Skip to content

Commit

Permalink
chore: brew clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
HashMapsData2Value committed Feb 7, 2025
1 parent 8890f4c commit 4b80bd4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions internal/algod/mac/mac.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,25 @@ import (
"bytes"
"errors"
"fmt"
"github.com/algorandfoundation/nodekit/internal/algod/utils"
"github.com/algorandfoundation/nodekit/internal/system"
"github.com/charmbracelet/log"
"github.com/spf13/cobra"
"io"
"net/http"
"os"
"os/exec"
"path/filepath"
"strings"
"text/template"

"github.com/algorandfoundation/nodekit/internal/algod/utils"
"github.com/algorandfoundation/nodekit/internal/system"
"github.com/charmbracelet/log"
"github.com/spf13/cobra"
)

// MustBeServiceMsg is an error message indicating that a service must be installed to manage it.
const MustBeServiceMsg = "service must be installed to be able to manage it"

// HomeBrewNotFoundMsg is the error message returned when Homebrew is not detected on the system during execution.
const HomeBrewNotFoundMsg = "homebrew is not installed. please install Homebrew and try again"
const HomeBrewNotFoundMsg = "brew not found. please go to https://brew.sh to install Homebrew before trying again"

// IsService check if Algorand service has been created with launchd (macOS)
// Note that it needs to be run in super-user privilege mode to
Expand Down

0 comments on commit 4b80bd4

Please sign in to comment.