Fix rebuild-wekan.sh

This commit is contained in:
Lauri Ojansivu 2019-06-29 08:37:14 -04:00
parent b711cbae94
commit 45163e2d2d

View file

@ -78,7 +78,7 @@ do
sudo chown wekan:wekan ../../.npm -R
#curl -0 -L https://npmjs.org/install.sh | sudo sh
sudo npm -g install n
sudo n 10.16.0
sudo n 8.15.1
#curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
#sudo apt-get install -y nodejs
elif [[ "$OSTYPE" == "darwin"* ]]; then