From: Cat Stevens Date: Sat, 18 Aug 2018 15:24:14 +0000 (-0400) Subject: build.sh: pacman: never use -S without -yu syncing X-Git-Tag: 0.99~4038 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=60785ef0fcc7328f88a45d7f2e3eb982033a135b build.sh: pacman: never use -S without -yu syncing https://wiki.archlinux.org/index.php/Pacman#Usage --- diff --git a/build.sh b/build.sh index b48cec41d0..4b47ca940f 100755 --- a/build.sh +++ b/build.sh @@ -681,7 +681,7 @@ install_deps_apt() { } install_deps_pacman() { - sudo pacman --noconfirm -S gcc clang make rlwrap git wget pango glibc gtk2 gtk3 gtkglext gtk-engines gdk-pixbuf2 libx11 screen tmux + sudo pacman --noconfirm -Syu gcc clang make rlwrap git wget pango glibc gtk2 gtk3 gtkglext gtk-engines gdk-pixbuf2 libx11 screen tmux check_ret sudo }