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" \