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"