mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04:00
Fix rebuild-wekan.sh
This commit is contained in:
parent
b711cbae94
commit
45163e2d2d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue