From c43dffce80849aa8fb910969a32e38f2c24e5258 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 14 Oct 2016 10:09:02 -0500 Subject: [PATCH] chore(debian): add dependency on polkit package (#758) A policy kit authentication agent is needed for privilege escalation. See: https://github.com/resin-io/etcher/issues/756#issuecomment-253298322 --- scripts/build/debian/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/build/debian/config.json b/scripts/build/debian/config.json index 0c63a16a..68fe2346 100644 --- a/scripts/build/debian/config.json +++ b/scripts/build/debian/config.json @@ -39,7 +39,8 @@ "libxrandr2", "libxrender1", "libxss1", - "libxtst6" + "libxtst6", + "polkit-1-auth-agent | policykit-1-gnome | polkit-kde-1" ], "recommends": [ "libnotify4"