1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Always update repositories before installing packages

This commit is contained in:
Joe Groocock 2017-07-15 13:34:35 +01:00
parent eddd8e5f27
commit 3460a96b75
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -1,6 +1,6 @@
YCM=~/.vim/bundle/YouCompleteMe
sudo pacman -S python cmake clang --needed --noconfirm
sudo pacman -Sy python cmake clang --needed --noconfirm
#######################
## Initialise Vundle ##