From 42f25ece185586d482d642b2e3c3390838dfdbfd Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Thu, 11 Jul 2024 12:47:42 +0200 Subject: [PATCH] fix(vim/install): remove old vundle sources before git clone --- vim/_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/_install.sh b/vim/_install.sh index 89fd177..78e7ee9 100644 --- a/vim/_install.sh +++ b/vim/_install.sh @@ -2,4 +2,5 @@ nala install -y caddy # Install or upgrade vundle +rm -rf /root/.vim/bundle/Vundle.vim/* git clone https://github.com/VundleVim/Vundle.vim.git /root/.vim/bundle/Vundle.vim