Update Mon May 9 10:32:51 PM CDT 2022

This commit is contained in:
Dewalt 2022-05-09 22:32:51 -05:00
parent 938cc14d64
commit 23a6f572bf
1 changed files with 2 additions and 3 deletions

View File

@ -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"