mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Added nodejs to install dependencies.
Thanks to xet7 !
This commit is contained in:
parent
088ec7fd94
commit
4b181620d8
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ do
|
||||||
# Debian, Ubuntu, Mint
|
# Debian, Ubuntu, Mint
|
||||||
sudo apt-get install -y build-essential git curl wget
|
sudo apt-get install -y build-essential git curl wget
|
||||||
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
|
||||||
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
||||||
echo "macOS";
|
echo "macOS";
|
||||||
pause '1) Install XCode 2) Install Node 8.x from https://nodejs.org/en/ 3) Press [Enter] key to continue.'
|
pause '1) Install XCode 2) Install Node 8.x from https://nodejs.org/en/ 3) Press [Enter] key to continue.'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue