Remove the temp directory after success
This commit is contained in:
parent
3da8016c0e
commit
caecbccbff
|
|
@ -46,3 +46,6 @@ cd "$HOME/.vim/spell" || exit
|
||||||
wget http://ftp.vim.org/vim/runtime/spell/fr.utf-8.spl
|
wget http://ftp.vim.org/vim/runtime/spell/fr.utf-8.spl
|
||||||
git clone https://github.com/VundleVim/Vundle.vim.git "$HOME/.vim/bundle/vundle"
|
git clone https://github.com/VundleVim/Vundle.vim.git "$HOME/.vim/bundle/vundle"
|
||||||
vim +PluginInstall +qall
|
vim +PluginInstall +qall
|
||||||
|
|
||||||
|
cd "$HOME" || exit
|
||||||
|
rm -r "$tempdir"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue