Skip to content

Commit

Permalink
Fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvy86 committed Apr 24, 2023
1 parent 6a223af commit 6bc0e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install
Expand Up @@ -132,8 +132,8 @@ sha256() {

latest_version_released() {
curl -s 'https://api.github.com/repos/denisidoro/navi/releases/latest' \
| grep -Eo 'releases/tag/v([0-9\.]+)' \
| sed 's|releases/tag/v||'
| grep -Eo '"html_url": "https://github.com/denisidoro/navi/releases/tag/v([0-9\.]+)' \
| sed 's|"html_url": "https://github.com/denisidoro/navi/releases/tag/v||'
}

asset_url() {
Expand Down

0 comments on commit 6bc0e1d

Please sign in to comment.