diff options
author | Austin Seipp <austin@well-typed.com> | 2014-07-20 18:27:46 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-07-20 18:27:46 -0500 |
commit | 828e641e02a05896c53c005ef3c82db7f3797bb7 (patch) | |
tree | 50fd49ea8f5f110d46697b39bab86de4b9a2d4a0 /utils/vagrant/bootstrap-deb.sh | |
parent | ad785f692cc5a35a1357432594fbe997b6e2bbe7 (diff) | |
download | haskell-828e641e02a05896c53c005ef3c82db7f3797bb7.tar.gz |
vagrant: move files around
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'utils/vagrant/bootstrap-deb.sh')
-rwxr-xr-x | utils/vagrant/bootstrap-deb.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/vagrant/bootstrap-deb.sh b/utils/vagrant/bootstrap-deb.sh new file mode 100755 index 0000000000..b9ba957b4a --- /dev/null +++ b/utils/vagrant/bootstrap-deb.sh @@ -0,0 +1,3 @@ +#!/bin/sh +apt-get update +apt-get build-dep -y ghc |