Hackplayers / 4nonimizer

A bash script for anonymizing the public IP used to browsing Internet, managing the connection to TOR network and to different VPNs providers (OpenVPN)
GNU General Public License v3.0
612 stars 192 forks source link

Package geoip-bin not in Arch Repo #56

Closed daebenji closed 5 years ago

daebenji commented 5 years ago

The package is just called geoip in arch. I was able to fix it myself. but for other users you should consider to modify the packages giving to pacman.

change the line 199 of the current build from: pacman -S --noconfirm geoip-bin geoip-database curl whois openvpn easy-rsa proxychains-ng tor bzip2 nmap dos2unix unzip dnscrypt-proxy sqlite3

to: pacman -S --noconfirm geoip geoip-database curl whois openvpn easy-rsa proxychains-ng tor bzip2 nmap dos2unix unzip dnscrypt-proxy sqlite3

vmotos commented 5 years ago

Fixed. thxs very much!