Merge pull request #1 from metame/patch-1

Update purs-install.bash
This commit is contained in:
Justin Woo 2018-11-24 23:50:46 +02:00 committed by GitHub
commit 18736bb883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/bin/bash
TAG=v0.12.0
PSC_PACKAGE_TAG=v0.4.1
TAG=v0.12.1
PSC_PACKAGE_TAG=v0.4.2
wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
tar -xvf $HOME/purescript.tar.gz -C $HOME/