This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export LANG=en_US.UTF-8 | |
#Initializing RBEnv | |
eval "$(rbenv init -)" | |
#Update PodSpecs | |
echo "Updating Pod Specs" | |
pod repo update master | |
echo "Updating HomeBrew Specs" | |
brew update | |
brew outdated |