added some fix on vagrant ubuntu

This commit is contained in:
Yann Esposito (Yogsototh) 2014-09-09 22:11:05 +02:00
parent 2211f04aa7
commit 0be2dfd65a
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@ install-haskell
A script to install Haskell and minimize cabal hell.
If you are on Linux install `libgmp-dev` and `zsh`.
If you are on Linux install `libgmp-dev`, `bzip2` and `zsh`.
```
curl -O https://raw.githubusercontent.com/yogsototh/install-haskell/master/install-haskell.sh

View file

@ -26,6 +26,7 @@ if [[ $(uname -s) = "Darwin" ]]; then
os="apple-darwin"
cabalos="apple-darwin-maverick"
else
[[ $archi = "i686" ]] && archi=x86_64
cabalversion="1.20.0.1"
os="unknown-linux-deb7"
cabalos="unknown-linux"