File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,8 @@ michael@d30748af6d3d:~$ sudo apt-get install wget
6161# Demonstrate that stack really isn't available
6262michael@d30748af6d3d:~$ stack
6363-bash: stack: command not found
64- # Get the signing key for the package repo
65- michael@d30748af6d3d:~$ wget -q -O- https://download.fpcomplete.com/ubuntu/fpco.key | sudo apt-key add -
66- OK
67- michael@d30748af6d3d:~$ echo 'deb http://download.fpcomplete.com/ubuntu/trusty stable main'|sudo tee /etc/apt/sources.list.d/fpco.list
68- deb http://download.fpcomplete.com/ubuntu/trusty stable main
69- michael@d30748af6d3d:~$ sudo apt-get update && sudo apt-get install stack -y
64+ # Install stack
65+ wget -qO- https://get.haskellstack.org/ | sh
7066# downloading...
7167michael@d30748af6d3d:~$ stack --version
7268Version 0.1.3.1, Git revision 908b04205e6f436d4a5f420b1c6c646ed2b804d7
You can’t perform that action at this time.
0 commit comments