Skip to content

Commit

Permalink
Fix npm installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadden committed Feb 28, 2018
1 parent ccde19f commit 00e6b9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/set-up-system.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
# Set up a fresh Ubuntu installation so that it can build alia.
# This should be run with sudo.
# (This is currently tuned to support Ubuntu Trusty.)
echo "Setting up system..."
set -x -e
Expand All @@ -11,6 +12,6 @@ apt-get update -qy
apt-get install -y --upgrade python3.5 python3.5-dev g++-5 gcc-5 lcov cmake git curl
curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python3.5
python3.5 -m pip install virtualenv
curl -sL https://deb.nodesource.com/setup | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_4.x | bash -
apt-get install -y nodejs
npm install -g clang-format

0 comments on commit 00e6b9a

Please sign in to comment.