From 1afd08ff0a3c3627f17eb1b928d35f337db40e08 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 16 Apr 2020 12:20:39 +0300 Subject: [PATCH] Newer curator --- automated/build.sh | 2 +- debian-bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automated/build.sh b/automated/build.sh index ae7e515f..d1d36efd 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -63,7 +63,7 @@ BINDIR=$(cd $ROOT/work/bin ; pwd) cd $BINDIR rm -f curator stack *.bz2 -curl -L "https://download.fpcomplete.com/stackage-curator-2/curator-85b021a53833ff310fc66b3fdc5ca3f7828ce18b.bz2" | bunzip2 > curator +curl -L "https://s3.amazonaws.com/haddock.stackage.org/curator/curator-80cd5b697f5b00ba13b1bba89cf31918201ce6f0.bz2" | bunzip2 > curator chmod +x curator echo -n "curator version: " docker run --rm -v $(pwd)/curator:/exe $IMAGE /exe --version diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 4d66a10a..e688b670 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -27,7 +27,7 @@ mkdir -p /tmp/awscli cd /tmp/awscli curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" unzip awscliv2.zip -./aws/install +./aws/install --bin-dir /usr/bin ) rm -rf /tmp/awscli