CI: improve KaOS deps installation
This commit is contained in:
parent
cfc5b03264
commit
7790d52a4d
6
ci/deps-kaos.sh
Normal file → Executable file
6
ci/deps-kaos.sh
Normal file → Executable file
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user