From 7790d52a4d1ded73b68293667b17e82c9ee53874 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 24 Oct 2023 02:15:34 +0200 Subject: [PATCH] CI: improve KaOS deps installation --- ci/deps-kaos.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 ci/deps-kaos.sh diff --git a/ci/deps-kaos.sh b/ci/deps-kaos.sh old mode 100644 new mode 100755 index 1772a32be..f8f64d592 --- a/ci/deps-kaos.sh +++ b/ci/deps-kaos.sh @@ -6,15 +6,15 @@ # with many useful things already installed, so the list # here is short. # -pacman -Sy git cmake ninja # No jq available -pacman -Sy \ +pacman -Sy --noconfirm git cmake ninja # No jq available +pacman -S --noconfirm \ "gcc" \ "boost" \ "qt5-tools" \ "yaml-cpp" \ "kpmcore" \ "icu" -pacman -Sy \ +pacman -S --noconfirm \ "extra-cmake-modules" \ "kiconthemes" \ "kservice" \