script/linux 🔗
@@ -26,6 +26,8 @@ if [[ -n $apt ]]; then
make
clang
mold
+ jq
+ gettext-base
)
$maysudo "$apt" install -y "${deps[@]}"
exit 0
Joel Tony created
Release Notes:
- Fixed #12890
script/linux | 2 ++
1 file changed, 2 insertions(+)
@@ -26,6 +26,8 @@ if [[ -n $apt ]]; then
make
clang
mold
+ jq
+ gettext-base
)
$maysudo "$apt" install -y "${deps[@]}"
exit 0