From 23a6f572bf3d9c3a379c53b84fa30520978df688 Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Mon, 9 May 2022 22:32:51 -0500 Subject: [PATCH] Update Mon May 9 10:32:51 PM CDT 2022 --- pimpmykali.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pimpmykali.sh b/pimpmykali.sh index 920d993..f1fd43b 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -562,10 +562,9 @@ fix_python39 () { # 05.09.2022 - rev 1.5.5 - updated function with python3.9 fix and warning + prompt fix_responder () { - echo -e "\n\n This is a 2 part fix for Responder and Python3.9\n" - echo -e " Python3.9 will be installed and /bin/python3.9 will be symlinked to /bin/python3" + echo -e "\n\n $redexclaim This is a 2 part fix for Responder and Python3.9\n $redexclaim" + echo -e "\n Python3.9 will be installed and /bin/python3.9 will be symlinked to /bin/python3" echo -e " then Responder 3.0.6.0 will be installed" - echo -e " and Python3.10" ask_python39 PYTHONWARNINGS="ignore" export PYTHONWARNINGS="ignore"