summaryrefslogtreecommitdiffstats
path: root/rebuild-wekan.sh
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-30 14:30:04 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-30 14:30:04 +0200
commit4b181620d8f73fa1c91f0c0c73f267b39ae9168d (patch)
tree6a686f61100b35d29d7f81c4d5abbe0966de798d /rebuild-wekan.sh
parent088ec7fd949db38dcf0cacce5e2aa05f4e9fd345 (diff)
downloadwekan-4b181620d8f73fa1c91f0c0c73f267b39ae9168d.tar.gz
wekan-4b181620d8f73fa1c91f0c0c73f267b39ae9168d.tar.bz2
wekan-4b181620d8f73fa1c91f0c0c73f267b39ae9168d.zip
Added nodejs to install dependencies.
Thanks to xet7 !
Diffstat (limited to 'rebuild-wekan.sh')
-rwxr-xr-xrebuild-wekan.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh
index f712d31c..380f930c 100755
--- a/rebuild-wekan.sh
+++ b/rebuild-wekan.sh
@@ -74,6 +74,7 @@ do
# Debian, Ubuntu, Mint
sudo apt-get install -y build-essential git curl wget
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
+ sudo apt-get install -y nodejs
elif [[ "$OSTYPE" == "darwin"* ]]; then
echo "macOS";
pause '1) Install XCode 2) Install Node 8.x from https://nodejs.org/en/ 3) Press [Enter] key to continue.'