Use the remote install script:
wget --quiet --no-check-certificate https://github.com/psynaptic/vim-bundle/master/install.sh -O - | sh
Or, run the commands manually:
$ git clone --recursive git@github.com:psynaptic/vim-bundle.git ~/.vim
$ if [[ -e ~/.vimrc ]]; then mv ~/.vimrc ~/.vimrc-old && echo 'Backed up existing vimrc to ~/.vimrc-old'; fi
$ ln -s ~/.vim/.vimrc ~/.vimrc
$ vim +PluginInstall +qall