New versions: fixed repo url in curator + proper reuse

This commit is contained in:
Kirill Zaborsky 2019-04-24 12:24:41 +03:00
parent 42737f9ea8
commit 6c63017ae2
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ BINDIR=$(cd $ROOT/bin ; pwd)
(
cd $BINDIR
rm -f stackage-curator stackage-curator-2*.bz2
CURATOR2=stackage-curator-2-b6102fdf8a6017e7fee131cf24f470bf1a396665
CURATOR2=stackage-curator-2-7e161449fa1b63a7e41299f3f87bd6f3d7e13082
wget "https://download.fpcomplete.com/stackage-curator-2/$CURATOR2.bz2"
bunzip2 "$CURATOR2.bz2"
chmod +x $CURATOR2
@ -94,7 +94,7 @@ fi
(
cd $BINDIR
rm -f stack stack-*.bz2
STACK=stack-b6102fdf8a6017e7fee131cf24f470bf1a396665
STACK=stack-7e161449fa1b63a7e41299f3f87bd6f3d7e13082
wget "https://download.fpcomplete.com/stackage-curator-2/$STACK.bz2"
bunzip2 "$STACK.bz2"
chmod +x $STACK

View File

@ -11,7 +11,7 @@ export PATH=$HOME/.local/bin:$PATH
curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
# Get new Stackage curator
CURATOR2=stackage-curator-2-b6102fdf8a6017e7fee131cf24f470bf1a396665
CURATOR2=stackage-curator-2-7e161449fa1b63a7e41299f3f87bd6f3d7e13082
wget "https://download.fpcomplete.com/stackage-curator-2/$CURATOR2.bz2"
bunzip2 "$CURATOR2.bz2"
chmod +x $CURATOR2