We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cf95d commit c2f6932Copy full SHA for c2f6932
bootstrap.sh
@@ -9,7 +9,7 @@ GEMS=bundler
9
sudo apt-get update
10
11
# Install Ubuntu packages
12
-sudo apt-get install git -y
+sudo apt-get install -y git libcurl4-openssl-dev
13
14
# Install Ruby
15
if [ ! -e $RVM_PATH ]; then
0 commit comments