From 9f25d60bdfb4378fd58cfc6cb476824277819e5f Mon Sep 17 00:00:00 2001 From: Shahermoh <87950264+Shahermoh@users.noreply.github.com> Date: Thu, 29 Jul 2021 21:44:09 +0300 Subject: [PATCH] Update setup.sh --- config/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/setup.sh b/config/setup.sh index 1507a48..c492592 100755 --- a/config/setup.sh +++ b/config/setup.sh @@ -282,7 +282,7 @@ func_package_deps(){ || [ "${os}" == "kali" ] \ || [ "${os}" == "parrot" ]; then echo -e "\n\n [*] ${YELLOW}Installing Python's pycrypto (via apt)...${RESET}\n" - sudo ${arg} apt-get install -y python3-crypto + sudo $ {arg} apt-get install -y python3-cryptography if [[ "$?" -ne "0" ]]; then msg="Failed with installing dependencies (6): $?" errors="${errors}\n${msg}"