Skip to content

Commit

Permalink
cURL should be installed with other stuff for the VM.
Browse files Browse the repository at this point in the history
It is required for node.js setup.
  • Loading branch information
gentlecat committed Jan 7, 2015
1 parent dd32879 commit 3fca482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -e

apt-get update
apt-get install -y python-pip python-dev memcached
apt-get install -y python-pip python-dev memcached curl

# PostgreSQL
PG_VERSION=9.1
Expand Down

0 comments on commit 3fca482

Please sign in to comment.