Skip to content

Commit

Permalink
Bump astartectl to 24.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaldo Cesco <arnaldo.cesco@secomind.com>
  • Loading branch information
Annopaolo committed Sep 20, 2024
1 parent f01d2d8 commit 84087bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup-astarte.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

tmp_dir=$(mktemp -d -t ci-XXXXXXXXXX)
cd $tmp_dir
wget -q https://github.com/astarte-platform/astartectl/releases/download/v24.5.0/astartectl_24.5.0_linux_x86_64.tar.gz
tar xf astartectl_24.5.0_linux_x86_64.tar.gz
wget -q https://github.com/astarte-platform/astartectl/releases/download/v24.5.2/astartectl_24.5.2_linux_x86_64.tar.gz
tar xf astartectl_24.5.2_linux_x86_64.tar.gz
chmod +x astartectl
cd -

Expand Down

0 comments on commit 84087bc

Please sign in to comment.