Skip to content

Commit

Permalink
Apply a fix for installing node via "n"
Browse files Browse the repository at this point in the history
Context: tj/n#394
  • Loading branch information
sebald committed Aug 15, 2018
1 parent 2d70aff commit 9bd6ef2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ installOrUpdate "brew" "/usr/bin/ruby -e `$(curl -fsSL https://raw.githubusercon

unset installOrUpdate;

# Install latest node and run brew
# Install latest node
n latest
sudo codesign --force --sign - $(which node) # Context: https://github.com/tj/n/issues/394

# Install GMail app
cd gmail
Expand Down

0 comments on commit 9bd6ef2

Please # to comment.