Skip to content

Commit

Permalink
switch macos desktop build over to use my fork of the homebrew notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Best committed Aug 29, 2021
1 parent 2fbf9c1 commit d2fa12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hostbuild/macos-desktop-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ function mainScript() {
# installations and configurations.
notice "Installing sundry items..."
info " Installing homebrew-notifier..."
[[ -f "${HOME}/.homebrew-notifier/notifier.sh" ]] || curl -fsS https://raw.githubusercontent.com/grantovich/homebrew-notifier/master/install.sh | sh
[[ -f "${HOME}/.homebrew-notifier/notifier.sh" ]] || curl -fsS https://raw.githubusercontent.com/ausfestivus/homebrew-notifier/master/install.sh | sh
success " homebrew-notifier installed."
# check for existence of ~/bin
info " Creating ${HOME}/bin if it doesnt exist..."
Expand Down

0 comments on commit d2fa12b

Please sign in to comment.