Skip to content

Commit

Permalink
[homebrew] install: remove installation of coreutils as it's handled …
Browse files Browse the repository at this point in the history
…better in system/install.sh now
  • Loading branch information
0xdevalias committed Sep 15, 2023
1 parent cfdbf45 commit 8c553b4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions homebrew/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ install_macOS() {
# else
# echo "Mas already installed, skipping..: $0"
fi

# Install some common core dependencies
echo " Installing coreutils for you."
brew install coreutils
}

install_linux() {
Expand Down

0 comments on commit 8c553b4

Please sign in to comment.