We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b27a2ce + c686c7f commit 056cc14Copy full SHA for 056cc14
README.md
@@ -150,7 +150,7 @@ sudo eopkg install lazygit
150
### Ubuntu
151
152
```sh
153
-LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[0-35.]+')
+LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep '"tag_name":' | sed -E 's/.*"v*([^"]+)".*/\1/')
154
```
155
156
0 commit comments