Skip to content

Commit f9c62d8

Browse files
author
Edward Paget
committed
Update vagrant build
1 parent 23d6c36 commit f9c62d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ shell = <<BASH
77
sudo apt-get update
88
sudo apt-get upgrade -y
99
sudo apt-get install -y docker.io openjdk-7-jre
10-
echo "DOCKER_OPTS=\"-H tcp://localhost:8181 -H unix:///var/run/docker.sock\"" > /etc/default/docker.io
10+
echo DOCKER_OPTS="-H tcp://localhost:8181 -H unix:///var/run/docker.sock" > /etc/default/docker.io
1111
sudo service docker.io restart
1212
wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein -O /usr/local/bin/lein
1313
chmod a+x /usr/local/bin/lein

0 commit comments

Comments
 (0)