From a35947c8835ebefa8415b2d3e1bac903531fb790 Mon Sep 17 00:00:00 2001 From: Joel Tony Date: Thu, 13 Jun 2024 20:06:18 +0530 Subject: [PATCH] Add dependencies for Ubuntu/Debian (#12959) Release Notes: - Fixed #12890 --- script/linux | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/linux b/script/linux index 0136e18655..491be6bc4c 100755 --- a/script/linux +++ b/script/linux @@ -26,6 +26,8 @@ if [[ -n $apt ]]; then make clang mold + jq + gettext-base ) $maysudo "$apt" install -y "${deps[@]}" exit 0