mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-26 17:25:13 +03:00
8 lines
106 B
Bash
8 lines
106 B
Bash
#!/usr/bin/env bash
|
|
|
|
printf "post-clone.sh\n"
|
|
|
|
brew uninstall node@6
|
|
brew unlink node
|
|
|
|
brew install node@8 |