brainfucksec / kalitorify

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

How to update Kalitorify??? #21

Closed anggriyanto closed 5 years ago

anggriyanto commented 5 years ago

How to update kalitorify???

bohemian9485 commented 5 years ago

git pull?

brainfucksec commented 5 years ago

Hi @anggisaja, kalitorify was born as a git package, as such it receives relatively frequent updates, as bohemian9485 told you, to update kalitorify, save the program folder on the computer and manually check if there are updates with the git pull command. Example:

cd ~/home/user/programs/kalitorify
git pull

After that re-run the installer: https://github.com/brainfucksec/kalitorify#install More info about the git pull command: https://git-scm.com/docs/git-pull

For now this is the only method to keep kalitorify updated, you should check the updates often, sometimes they concern the security of the program.