1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-24 08:52:21 +02:00

Merge pull request #2372 from Ryooooooga/fix-installation-ubuntu

This commit is contained in:
Jesse Duffield 2023-01-26 12:58:49 +11:00 committed by GitHub
commit f12a2edefa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,15 +150,10 @@ sudo eopkg install lazygit
### Ubuntu
```sh
LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep '"tag_name":' | sed -E 's/.*"v*([^"]+)".*/\1/')
```
```sh
LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[^"]*')
curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz"
```
```sh
sudo tar xf lazygit.tar.gz -C /usr/local/bin lazygit
tar xf lazygit.tar.gz lazygit
sudo install lazygit /usr/local/bin
```
Verify the correct installation of lazygit: