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