script/linux 🔗
@@ -29,6 +29,7 @@ if [[ -n $apt ]]; then
mold
jq
gettext-base
+ elfutils
)
$maysudo "$apt" install -y "${deps[@]}"
exit 0
Winston Hoy created
Release Notes:
- Fixed https://github.com/zed-industries/zed/issues/13021
script/linux | 1 +
1 file changed, 1 insertion(+)
@@ -29,6 +29,7 @@ if [[ -n $apt ]]; then
mold
jq
gettext-base
+ elfutils
)
$maysudo "$apt" install -y "${deps[@]}"
exit 0