Skip to content

Commit

Permalink
install terminal-notifier if it's missing
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonjs committed Feb 22, 2017
1 parent d113fd5 commit 934a8f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions linky-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 934a8f7

Please sign in to comment.