From 4f585b6f2e4e9c877a10fb05067e6f1c58d77a48 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 24 Oct 2023 11:32:14 +0200 Subject: [PATCH] CI: improve KaOS dependencies installation --- ci/deps-kaos.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/deps-kaos.sh b/ci/deps-kaos.sh index f8f64d592..29310173c 100755 --- a/ci/deps-kaos.sh +++ b/ci/deps-kaos.sh @@ -4,9 +4,10 @@ # # There is no docker image for KaOS, and the live ISO comes # with many useful things already installed, so the list -# here is short. +# here is short. Use pacman -Syu once to update the whole +# system to get latest libraries. # -pacman -Sy --noconfirm git cmake ninja # No jq available +pacman -Syu --noconfirm git cmake ninja # No jq available pacman -S --noconfirm \ "gcc" \ "boost" \