File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44mkdir -p ~ /.local/bin
55
66if [[ -d /Applications ]]; then
7- curl -L https://github.com/gokcehan/lf/releases/download/r33 /lf-darwin-amd64.tar.gz | tar xzC ~ /.local/bin
7+ curl -L https://github.com/gokcehan/lf/releases/download/r34 /lf-darwin-amd64.tar.gz | tar xzC ~ /.local/bin
88
99else
10- curl -L https://github.com/gokcehan/lf/releases/download/r33 /lf-linux-amd64.tar.gz | tar xzC ~ /.local/bin
10+ curl -L https://github.com/gokcehan/lf/releases/download/r34 /lf-linux-amd64.tar.gz | tar xzC ~ /.local/bin
1111
1212fi
Original file line number Diff line number Diff line change 66# wget "$latest_url" -O nvim-linux64.tar.gz
77
88
9- wget https://github.com/neovim/neovim/releases/download/v0.10.1 /nvim-linux64.tar.gz
9+ wget https://github.com/neovim/neovim/releases/download/v0.10.4 /nvim-linux64.tar.gz
1010
1111# Extract the tarball
1212tar xzvf nvim-linux64.tar.gz
You can’t perform that action at this time.
0 commit comments