install terminal-notifier if it's missing

This commit is contained in:
Sami Samhuri 2017-02-21 17:44:40 -08:00
parent d113fd5aba
commit 934a8f7465
No known key found for this signature in database
GPG key ID: F76F41F04D99808F

View file

@ -6,6 +6,10 @@ if ! which northwatcher >/dev/null 2>/dev/null; then
npm install -g northwatcher
fi
if ! which terminal-notifier >/dev/null 2>/dev/null; then
brew install terminal-notifier
fi
machine_name=$(hostname -s)
mkdir -p $HOME/Dropbox/Apps/Linky/$machine_name/Archive