Update Mon May 9 10:32:51 PM CDT 2022
This commit is contained in:
parent
938cc14d64
commit
23a6f572bf
|
|
@ -562,10 +562,9 @@ fix_python39 () {
|
||||||
|
|
||||||
# 05.09.2022 - rev 1.5.5 - updated function with python3.9 fix and warning + prompt
|
# 05.09.2022 - rev 1.5.5 - updated function with python3.9 fix and warning + prompt
|
||||||
fix_responder () {
|
fix_responder () {
|
||||||
echo -e "\n\n This is a 2 part fix for Responder and Python3.9\n"
|
echo -e "\n\n $redexclaim This is a 2 part fix for Responder and Python3.9\n $redexclaim"
|
||||||
echo -e " Python3.9 will be installed and /bin/python3.9 will be symlinked to /bin/python3"
|
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 " then Responder 3.0.6.0 will be installed"
|
||||||
echo -e " and Python3.10"
|
|
||||||
ask_python39
|
ask_python39
|
||||||
PYTHONWARNINGS="ignore"
|
PYTHONWARNINGS="ignore"
|
||||||
export PYTHONWARNINGS="ignore"
|
export PYTHONWARNINGS="ignore"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue