From 516aed422fa4875c9a82f681ff73c8197fe1f9bd Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Fri, 17 May 2024 13:19:56 -0400 Subject: [PATCH] comment --- usr/bin/dist-installer-cli | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/bin/dist-installer-cli b/usr/bin/dist-installer-cli index 085cb29..ba8b394 100755 --- a/usr/bin/dist-installer-cli +++ b/usr/bin/dist-installer-cli @@ -2004,6 +2004,7 @@ If that doesn't resolve the issue, consider reaching out to your operating syste return 0 fi + ## https://bugs.debian.org/1066313 if "${debian_testing_or_unstable_detected}" != "true" || test "${kali_derivative_detected}" != "1"; then install_pkg torsocks fi