Skip to content

Commit ca7a4a0

Browse files
committed
WIP-425 Was getting a 404 when trying to download libcurl4-openssl-dev, doing an apt-get update fixed it.
1 parent 73fe695 commit ca7a4a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vagrant/bootstrap.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash -x
22
export DEBIAN_FRONTEND=noninteractive
33

4+
apt-get update
5+
46
apt-get -y install ack-grep
57
apt-get -y install autoconf
68
apt-get -y install automake

0 commit comments

Comments
 (0)