script/linux 🔗
@@ -84,6 +84,7 @@ if [[ -n $pacman ]]; then
libxkbcommon-x11
openssl
zstd
+ pkgconf
)
$maysudo "$pacman" -S --needed --noconfirm "${deps[@]}"
exit 0
Martin Ashby created
It's needed to build openssl crate
Fixes: #11448
Release Notes:
- N/A
script/linux | 1 +
1 file changed, 1 insertion(+)
@@ -84,6 +84,7 @@ if [[ -n $pacman ]]; then
libxkbcommon-x11
openssl
zstd
+ pkgconf
)
$maysudo "$pacman" -S --needed --noconfirm "${deps[@]}"
exit 0