Updated flags on pacman to sync package databases before installing deps

This commit is contained in:
CrazyRedd 2018-10-15 15:23:45 +01:00
parent 273e937923
commit 5a812350a7

View File

@ -11,7 +11,7 @@ rm ../install-all # remove install file
# Install base Dependencies
#
if [ -f "/etc/arch-release" ]; then
sudo pacman -S --needed --noconfirm boost cmake make lib32-libpng gcc gdb lib32-sdl2 lib32-glew freetype2 rsync lib32-openssl
sudo pacman -Syy --needed --noconfirm boost cmake make lib32-libpng gcc gdb lib32-sdl2 lib32-glew freetype2 rsync lib32-openssl
else
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt update