setup.sh install gettext for mac

This commit is contained in:
Sam Germain 2022-03-01 17:36:11 -06:00
parent ac71d79364
commit abc8854b5a
1 changed files with 3 additions and 0 deletions

View File

@ -132,6 +132,9 @@ function install_macos() {
echo_block "Installing Brew"
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi
brew install gettext
#Gets number after decimal in python version
version=$(egrep -o 3.\[0-9\]+ <<< $PYTHON | sed 's/3.//g')