fix(vim/install): remove old vundle sources before git clone

This commit is contained in:
Julien Oculi 2024-07-11 12:47:42 +02:00
parent 67f80dca18
commit 42f25ece18

View file

@ -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