summaryrefslogtreecommitdiffstats
path: root/rebuild-wekan.sh
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-30 14:34:32 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-30 14:34:32 +0200
commit289e3d6286b5cfa22e7fd6fd58f47d902bd0fbe3 (patch)
tree3a608e60f3e1c64d876f220a8b6a586eadea0234 /rebuild-wekan.sh
parent4b181620d8f73fa1c91f0c0c73f267b39ae9168d (diff)
downloadwekan-289e3d6286b5cfa22e7fd6fd58f47d902bd0fbe3.tar.gz
wekan-289e3d6286b5cfa22e7fd6fd58f47d902bd0fbe3.tar.bz2
wekan-289e3d6286b5cfa22e7fd6fd58f47d902bd0fbe3.zip
More deps.
Diffstat (limited to 'rebuild-wekan.sh')
-rwxr-xr-xrebuild-wekan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh
index 380f930c..21254918 100755
--- a/rebuild-wekan.sh
+++ b/rebuild-wekan.sh
@@ -72,7 +72,7 @@ do
if [[ "$OSTYPE" == "linux-gnu" ]]; then
echo "Linux";
# Debian, Ubuntu, Mint
- sudo apt-get install -y build-essential git curl wget
+ sudo apt-get install -y build-essential gcc g++ make 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