6 lines
224 B
Bash
Executable File
6 lines
224 B
Bash
Executable File
#!/bin/bash
|
|
cd ~/programs
|
|
wget https://github.com/jesseduffield/lazygit/releases/download/v0.54.2/lazygit_0.54.2_linux_x86_64.tar.gz
|
|
tar xf lazygit_0.54.2_linux_x86_64.tar.gz
|
|
ln -sf ~/programs/lazygit ~/programs/bin/lazygit
|