diff --git a/script/linux b/script/linux index 0136e186556e542766a90d94338aa0f2df7124a0..491be6bc4c4db9ac9863b78d7b7d31cbc75cf10d 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