From 2102b01f2d9b121c26b147cf17894ea76ffb2e76 Mon Sep 17 00:00:00 2001 From: Ender Wiggin <96267911+PurpleAce88@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:17:35 +0000 Subject: [PATCH] Update deps.sh --- .travis/deps.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis/deps.sh b/.travis/deps.sh index 6335a08b..f30beb76 100755 --- a/.travis/deps.sh +++ b/.travis/deps.sh @@ -6,11 +6,11 @@ install_osx() { vde cmake gnu-getopt coreutils } install_arch() { - sudo pacman -S pkgconf - sudo pacman -S pcre libpng libedit - sudo pacman -S mesa - sudo pacman -S libsm - sudo -S cmake + sudo pacman -S --noconfirm pkgconf + sudo pacman -S --noconfirm pcre libpng libedit + sudo pacman -S --noconfirm mesa + sudo pacman -S --noconfirm libsm + sudo pacman -S --noconfirm cmake }