From b2c508028286c037ae9d8afbe07daa0920fe107c Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sun, 9 Jul 2023 20:33:20 +0000 Subject: [PATCH] Update update.sh --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 6b981b6..e019b09 100755 --- a/update.sh +++ b/update.sh @@ -30,6 +30,7 @@ sudo udevadm trigger # Install neovim printf -- '\033[33m Installing neovim\n\033[37m' +sudo apt -y purge --auto-remove neovim cd ~ if [ -d ~/neovim ]; then rm -rf ~/neovim; fi git clone https://github.com/neovim/neovim