From 068b1c235ca3deb2059f25bf0f0f49327d4f3dd7 Mon Sep 17 00:00:00 2001 From: Winston Hoy Date: Thu, 13 Jun 2024 22:05:58 -0400 Subject: [PATCH] Add elfutils dep for Debian (#13023) Release Notes: - Fixed https://github.com/zed-industries/zed/issues/13021 --- script/linux | 1 + 1 file changed, 1 insertion(+) diff --git a/script/linux b/script/linux index e7f5d619d9..86dd9b253a 100755 --- a/script/linux +++ b/script/linux @@ -29,6 +29,7 @@ if [[ -n $apt ]]; then mold jq gettext-base + elfutils ) $maysudo "$apt" install -y "${deps[@]}" exit 0