Skip to content

Commit

Permalink
torsocks currently not available in Debian testing, do not attempt an…
Browse files Browse the repository at this point in the history
…d fail to install it
  • Loading branch information
adrelanos committed May 17, 2024
1 parent 67cf9f1 commit b22497b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/bin/dist-installer-cli
Original file line number Diff line number Diff line change
Expand Up @@ -2004,7 +2004,7 @@ If that doesn't resolve the issue, consider reaching out to your operating syste
return 0
fi

if test "${kali_derivative_detected}" != "1"; then
if "${debian_testing_or_unstable_detected}" != "true" || test "${kali_derivative_detected}" != "1"; then
install_pkg torsocks
fi
install_signify signify-openbsd
Expand Down

0 comments on commit b22497b

Please sign in to comment.