Fixing copy-paste error on boostrap scripts for macOS.
Created by: goyox86
Problem:
Mistaken MacPorts installation code on Homebrew section. Breaks the macOS Homebrew based part of the bootstrap script.
At some point I miss-copied-pasted when extending the bootstrap script to have findutils
and coreutils
on macOS. I realised that when trying to make a setup form scratch on my machine to test everything again.
Solution:
Install Homebrew packages instead of MacPorts packages on the brew section.
Changes introduced by this pull request:
- Replaced two calls to
install_macports_pkg
toinstall_brew_pkg
.
State: Ready