From 557acb4135ecabf76de8e97b1be155e0fa70e426 Mon Sep 17 00:00:00 2001 From: Anuj Gautam Date: Thu, 15 Jul 2021 19:06:10 +0000 Subject: [PATCH] Bug 1720761: Added kali to the list of debian configurations. r=mhentges Differential Revision: https://phabricator.services.mozilla.com/D120003 --- python/mozboot/mozboot/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/mozboot/mozboot/bootstrap.py b/python/mozboot/mozboot/bootstrap.py index 945353dab03c..c6fa2d097ec1 100644 --- a/python/mozboot/mozboot/bootstrap.py +++ b/python/mozboot/mozboot/bootstrap.py @@ -104,7 +104,7 @@ mozilla-unified). Would you like to run a few configuration steps to ensure Git is optimally configured?""" -DEBIAN_DISTROS = ("debian", "ubuntu", "linuxmint", "elementary", "neon", "pop") +DEBIAN_DISTROS = ("debian", "ubuntu", "linuxmint", "elementary", "neon", "pop", "kali") ADD_GIT_CINNABAR_PATH = """ To add git-cinnabar to the PATH, edit your shell initialization script, which