mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-23 08:27:30 +03:00
6 lines
88 B
Bash
6 lines
88 B
Bash
#!/usr/bin/env bash
|
|
|
|
printf "post-clone.sh\n"
|
|
|
|
brew uninstall node@6
|
|
brew install node@8 |