mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-26 09:13:33 +03:00
u
This commit is contained in:
parent
24a8a7e1b8
commit
c9e6983381
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
|
||||
printf "post-clone.sh\n"
|
||||
|
||||
brew uninstall node@6
|
||||
NODE_VERSION="8.12.0"
|
||||
curl "https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}.pkg" > "$HOME/Downloads/node-installer.pkg"
|
||||
sudo installer -store -pkg "$HOME/Downloads/node-installer.pkg" -target "/"
|
||||
brew install node@8
|
Loading…
Reference in New Issue
Block a user