From 60785ef0fcc7328f88a45d7f2e3eb982033a135b Mon Sep 17 00:00:00 2001 From: Cat Stevens Date: Sat, 18 Aug 2018 11:24:14 -0400 Subject: [PATCH] build.sh: pacman: never use -S without -yu syncing https://wiki.archlinux.org/index.php/Pacman#Usage --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.34.1