Skip to content

Commit c2f6932

Browse files
committed
Fixed the issue with html-proofer
1 parent 93cf95d commit c2f6932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GEMS=bundler
99
sudo apt-get update
1010

1111
# Install Ubuntu packages
12-
sudo apt-get install git -y
12+
sudo apt-get install -y git libcurl4-openssl-dev
1313

1414
# Install Ruby
1515
if [ ! -e $RVM_PATH ]; then

0 commit comments

Comments
 (0)