|
@@ -159,7 +159,7 @@ dependencias() {
|
|
|
rm -rf /root/packinstall.log >/dev/null 2>&1
|
|
rm -rf /root/packinstall.log >/dev/null 2>&1
|
|
|
dpkg --configure -a >/dev/null 2>&1
|
|
dpkg --configure -a >/dev/null 2>&1
|
|
|
apt -f install -y >/dev/null 2>&1
|
|
apt -f install -y >/dev/null 2>&1
|
|
|
- soft="sudo bsdmainutils zip screen unzip ufw curl python python3 python3-pip openssl cron iptables lsof pv boxes at mlocate gawk bc jq curl npm nodejs socat netcat netcat-traditional net-tools cowsay figlet lolcat apache2"
|
|
|
|
|
|
|
+ soft="sudo bsdmainutils zip screen unzip ufw curl python python3 python3-pip openssl cron iptables lsof pv boxes at mlocate plocate gawk bc jq curl npm nodejs socat netcat netcat-traditional net-tools cowsay figlet lolcat apache2"
|
|
|
|
|
|
|
|
# for i in $soft; do
|
|
# for i in $soft; do
|
|
|
# if [[ $(dpkg -s "$i" 2>/dev/null | grep "Status:.*installed") || $(rpm -qa 2>/dev/null | grep "$i") ]]; then
|
|
# if [[ $(dpkg -s "$i" 2>/dev/null | grep "Status:.*installed") || $(rpm -qa 2>/dev/null | grep "$i") ]]; then
|