rakes-me / .dotfiles

This repository has the setup and dotfiles necessary for my personal setup.
0 stars 0 forks source link

lazygit installation failed on POP!_OS #8

Open rakes-me opened 2 years ago

rakes-me commented 2 years ago

Lazygit PPA not working in Pop!_OS 22.04

rakes-me commented 2 years ago

Below is the readMe way to install lazygit in Ubuntu.

LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep '"tag_name":' |  sed -E 's/.*"v*([^"]+)".*/\1/')
curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz"
sudo tar xf lazygit.tar.gz -C /usr/local/bin lazygit