CI: improve KaOS dependencies installation
This commit is contained in:
parent
7790d52a4d
commit
4f585b6f2e
@ -4,9 +4,10 @@
|
|||||||
#
|
#
|
||||||
# There is no docker image for KaOS, and the live ISO comes
|
# There is no docker image for KaOS, and the live ISO comes
|
||||||
# with many useful things already installed, so the list
|
# 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 \
|
pacman -S --noconfirm \
|
||||||
"gcc" \
|
"gcc" \
|
||||||
"boost" \
|
"boost" \
|
||||||
|
Loading…
Reference in New Issue
Block a user