Updated rebuild-wekan.sh install deps for macOS. Part 2.

This commit is contained in:
Lauri Ojansivu 2025-07-05 15:30:12 +03:00
parent 938fe49b2c
commit 2df73bedee

View file

@ -89,6 +89,7 @@ do
npm -g uninstall node-pre-gyp
npm -g install @mapbox/node-pre-gyp
npm -g install meteor@2.14
export PATH=~/.meteor:$PATH
exit;
elif [[ "$OSTYPE" == "cygwin" ]]; then
# POSIX compatibility layer and Linux environment emulation for Windows