浏览代码

Fix rebuild-wekan.sh

Lauri Ojansivu 6 年之前
父节点
当前提交
45163e2d2d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rebuild-wekan.sh

+ 1 - 1
rebuild-wekan.sh

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