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
611 stars 192 forks source link

How to install it on antergos or arch linux? #15

Closed zief closed 7 years ago

zief commented 7 years ago

./4nonimizer: line 178: lsb_release: command not found ./4nonimizer: line 178: [: =: unary operator expected ./4nonimizer: line 178: lsb_release: command not found ./4nonimizer: line 178: [: =: unary operator expected ./4nonimizer: line 178: lsb_release: command not found ./4nonimizer: line 178: [: =: unary operator expected ./4nonimizer: line 178: lsb_release: command not found ./4nonimizer: line 178: [: =: unary operator expected ./4nonimizer: line 178: lsb_release: command not found ./4nonimizer: line 178: [: =: unary operator expected ./4nonimizer: line 178: lsb_release: command not found ./4nonimizer: line 178: [: =: unary operator expected ./4nonimizer: line 178: lsb_release: command not found ./4nonimizer: line 178: [: =: unary operator expected ./4nonimizer: line 183: lsb_release: command not found ./4nonimizer: line 183: [: =: unary operator expected ./4nonimizer: line 183: lsb_release: command not found ./4nonimizer: line 183: [: =: unary operator expected

[*] Your distro is not supported

:D i hope i can install it on my antergos.

vmotos commented 7 years ago

I've just added the "antergos support". Thanks you so much for the feedback in that distro.

zief commented 7 years ago

I think lsb_release is not by default in antergos you must install it from community or official using

yaourt -S lsb-release or sudo pacman -S lsb-release

thanks