Skip to content

Commit

Permalink
Merge pull request #875 from DivineMK/master
Browse files Browse the repository at this point in the history
Update default install order
  • Loading branch information
denisidoro authored Jan 26, 2024
2 parents c45b767 + 0220ee0 commit f1cbed6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -251,14 +251,14 @@ install_navi() {

elif command_exists brew; then
brew install navi

elif command_exists cargo; then
cargo install navi


elif [[ -n "$target" ]]; then
local -r version="$(latest_version_released)"
download_asset "$version" "$target" || error_installing

elif command_exists cargo; then
cargo install navi

else
error_installing

Expand Down

0 comments on commit f1cbed6

Please sign in to comment.