Skip to content

Commit

Permalink
Merge pull request unisonweb#50 from refried/vagrant-libtinfo
Browse files Browse the repository at this point in the history
vagrant box needs libtinfo-dev
  • Loading branch information
pchiusano committed May 30, 2016
2 parents 1d80b2e + 470086b commit c219f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant-provision.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442
echo 'deb http://download.fpcomplete.com/ubuntu trusty main'|sudo tee /etc/apt/sources.list.d/fpco.list
sudo apt-get update && sudo apt-get install stack -y
sudo apt-get update && sudo apt-get install stack libtinfo-dev -y

0 comments on commit c219f40

Please sign in to comment.