Skip to content

Commit

Permalink
Try glances
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Nov 2, 2024
1 parent 38745b6 commit 7097042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ prep-amethyst:
prep-monit:
#!/usr/bin/env bash
which btop || brew install btop
# if it's macos and the arch is arm64, then install macmon
# which glances || brew install glances
if [ "$(uname)" == "Darwin" ]; then
if [ "$(uname -m)" == "aarch64" ]; then
which macmon || brew install vladkens/tap/macmon
Expand Down

0 comments on commit 7097042

Please sign in to comment.