htrgouvea / nipe

An engine to make Tor network your default gateway
https://heitorgouvea.me/
Other
1.95k stars 314 forks source link

install script clobbers existing tor installation #28

Closed sean9999 closed 4 years ago

sean9999 commented 6 years ago

Install script should save it's config seperately from the main /etc/torrc, or at least warn the user before overwriting

htrgouvea commented 6 years ago

@verneck An help in this is also welcome

verneck commented 6 years ago

@GouveaHeitor Ok!

verneck commented 5 years ago

@GouveaHeitor Ok, starting job.

htrgouvea commented 5 years ago

Yay!

naltun commented 5 years ago

@verneck Any update on this?

bmeneg commented 4 years ago

@GouveaHeitor I have some patches ready for solving this issue. Should I base it on your master branch or 'develop' one (which I just noticed you had that)?

note: you can assign this issue to me.

bmeneg commented 4 years ago

The PR was created based on the "develop" branch, where it seemed the files "lib/Nipe/Functions.md" is being "removed" on behalf of "lib/Nipe/Install.md" and "lib/Nipe/Helper.md".

htrgouvea commented 4 years ago

I will close this issue when the content of develop is merged to master

htrgouvea commented 4 years ago

Hi guys,

I implemented some new lines in Nipe that solve this problem! =)

You can see what has changed here: #104

Thx