Skip to content

Commit 912fb3d

Browse files
committed
check-lts.sh: install curator in ~/.local/bin
1 parent 8c56003 commit 912fb3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-constraints/etc/check-lts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ export PATH=$HOME/.local/bin:$PATH
1111
curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
1212

1313
# Get new Stackage curator
14-
curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-6689440033b12182c0853bdd23880a84849eb6b2/curator.bz2" | bunzip2 > curator
15-
chmod +x curator
14+
curl -L "https://github.com/commercialhaskell/curator/releases/download/commit-6689440033b12182c0853bdd23880a84849eb6b2/curator.bz2" | bunzip2 > ~/.local/bin/curator
15+
chmod +x ~/.local/bin/curator
1616

1717
# Install GHC
1818
stack setup $GHCVER

0 commit comments

Comments
 (0)