brainfucksec / kalitorify

Transparent proxy through Tor for Kali Linux OS
GNU General Public License v3.0
1.04k stars 225 forks source link

make error #66

Closed fahadph1 closed 2 years ago

fahadph1 commented 2 years ago

after giving make install i got this error

install -Dm644 README.md /usr/share/doc/kalitorify/README.md install -Dm755 kalitorify.sh /usr/bin/kalitorify mkdir -p /usr/share/kalitorify/data mkdir -p /var/lib/kalitorify/backups install -Dm644 data/* /usr/share/kalitorify/data

brainfucksec commented 2 years ago

Hi @fahadph1 Is not an error is the normal output of the command, informs you of the operations performed and the path to the installed files. See: https://www.gnu.org/software/make/