Add dependencies for Ubuntu/Debian (#12959)
Release Notes: - Fixed #12890
This commit is contained in:
parent
f8ad5fe3e9
commit
a35947c883
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ if [[ -n $apt ]]; then
|
|||
make
|
||||
clang
|
||||
mold
|
||||
jq
|
||||
gettext-base
|
||||
)
|
||||
$maysudo "$apt" install -y "${deps[@]}"
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue