Adding pip3 check

This commit is contained in:
felixaime 2023-08-31 11:28:40 +02:00
parent f0adca4e67
commit da6bc07af2

View File

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