Skip to content

Commit

Permalink
Bump version in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
philippta committed Nov 24, 2024
1 parent 175cb07 commit 63e8d0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ echo "Installing flyscrape"

case $(uname -ms) in
'Darwin x86_64')
target=macos_amd64
target=darwin_amd64
;;
'Darwin arm64')
target=macos_arm64
target=darwin_arm64
;;
'Linux aarch64' | 'Linux arm64')
target=linux_arm64
Expand All @@ -35,7 +35,7 @@ mkdir -p "$dir" ||


archive="$dir/flyscrape_$target.tar.gz"
url="https://github.com/philippta/flyscrape/releases/latest/download/flyscrape_$target.tar.gz"
url="https://github.com/philippta/flyscrape/releases/latest/download/flyscrape_0.9.0_$target.tar.gz"
curl --fail --location --progress-bar --output "$archive" "$url" ||
error "Failed to download flyscrape from: $url"

Expand Down

0 comments on commit 63e8d0d

Please sign in to comment.