fix(vim/install): remove old vundle sources before git clone
This commit is contained in:
parent
67f80dca18
commit
42f25ece18
|
@ -2,4 +2,5 @@
|
||||||
nala install -y caddy
|
nala install -y caddy
|
||||||
|
|
||||||
# Install or upgrade vundle
|
# 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
|
git clone https://github.com/VundleVim/Vundle.vim.git /root/.vim/bundle/Vundle.vim
|
||||||
|
|
Loading…
Reference in a new issue