Skip to content

Commit

Permalink
Update 4nonimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
vmotos committed Mar 23, 2019
1 parent 680a0f1 commit 4c9f6ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 4nonimizer
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Authors: vicente motos & carlos antonini

function asciilogo {
version="1.13"
version="1.14"

clear
CYAN='\e[34m'
Expand Down Expand Up @@ -196,7 +196,7 @@ function install () {
#echo -e "\n${GREEN}[+]${NC} Updating the system...\n"
#pacman -Syu
echo -e "\n${GREEN}[+]${NC} Installing dependences...\n"
pacman -S --noconfirm geoip-bin geoip-database curl whois openvpn easy-rsa proxychains-ng tor bzip2 nmap dos2unix unzip dnscrypt-proxy sqlite3 imagemagick tesseract-ocr
pacman -S --noconfirm geoip geoip-database curl whois openvpn easy-rsa proxychains-ng tor bzip2 nmap dos2unix unzip dnscrypt-proxy sqlite3
else
echo ""
echo -e "\n${RED}[*]${NC} Your distro is not supported\n"
Expand Down

0 comments on commit 4c9f6ad

Please sign in to comment.