mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Add elfutils dep for Debian (#13023)
Release Notes: - Fixed https://github.com/zed-industries/zed/issues/13021
This commit is contained in:
parent
8edfd0a963
commit
068b1c235c
@ -29,6 +29,7 @@ if [[ -n $apt ]]; then
|
||||
mold
|
||||
jq
|
||||
gettext-base
|
||||
elfutils
|
||||
)
|
||||
$maysudo "$apt" install -y "${deps[@]}"
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user