From da6bc07af2764bed9cc74d39bc36f6964dc552a2 Mon Sep 17 00:00:00 2001 From: felixaime Date: Thu, 31 Aug 2023 11:28:40 +0200 Subject: [PATCH] Adding pip3 check --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f44f7f9..2cc1e80 100644 --- a/install.sh +++ b/install.sh @@ -157,7 +157,7 @@ install_package() { apt install $1 -y elif [[ $1 == "dig" ]]; then apt-get install -y dnsutils - elif [[ $1 == "pip" ]]; then + elif [[ $1 == "pip3" ]]; then apt-get install -y python3-pip elif [[ $1 == "arp" ]]; then apt-get install -y net-tools