From 731b3fdfadcd99e534e45206fd78ab128720376e Mon Sep 17 00:00:00 2001 From: sc-idevops Date: Fri, 12 Jan 2024 14:34:12 -0500 Subject: [PATCH] updated nvim upgrade logic --- ddeps.sh | 3 ++- udeps.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ddeps.sh b/ddeps.sh index a46edc3..46f557e 100755 --- a/ddeps.sh +++ b/ddeps.sh @@ -52,7 +52,8 @@ read -n1 -p $'\nDoes this system have a GUI?\n' REPLY #This section installs software outside apt dpkg_url https://github.com/dandavison/delta/releases/download/0.16.5/git-delta_0.16.5_amd64.deb -#install neovim +#install/upgrade neovim mkdir -v ~/bin +trash ~/bin/nvim curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage -o ~/bin/nvim chmod u+x ~/bin/nvim diff --git a/udeps.sh b/udeps.sh index 8f84f39..7a6acb7 100755 --- a/udeps.sh +++ b/udeps.sh @@ -62,7 +62,8 @@ fi dpkg_url https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_0.9.6_amd64.deb dpkg_url https://github.com/dandavison/delta/releases/download/0.16.5/git-delta_0.16.5_amd64.deb || dpkg_url https://github.com/dandavison/delta/releases/download/0.16.5/git-delta-musl_0.16.5_amd64.deb -#install neovim +#install/upgrade neovim mkdir -v ~/bin +trash ~/bin/nvim curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage -o ~/bin/nvim chmod u+x ~/bin/nvim