Adding pip3 check
This commit is contained in:
parent
f0adca4e67
commit
da6bc07af2
@ -157,7 +157,7 @@ install_package() {
|
|||||||
apt install $1 -y
|
apt install $1 -y
|
||||||
elif [[ $1 == "dig" ]]; then
|
elif [[ $1 == "dig" ]]; then
|
||||||
apt-get install -y dnsutils
|
apt-get install -y dnsutils
|
||||||
elif [[ $1 == "pip" ]]; then
|
elif [[ $1 == "pip3" ]]; then
|
||||||
apt-get install -y python3-pip
|
apt-get install -y python3-pip
|
||||||
elif [[ $1 == "arp" ]]; then
|
elif [[ $1 == "arp" ]]; then
|
||||||
apt-get install -y net-tools
|
apt-get install -y net-tools
|
||||||
|
Loading…
Reference in New Issue
Block a user