Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

inconsistency between build.sh and install.sh, and version #84

Open
tquentin opened this issue Jun 17, 2020 · 0 comments
Open

inconsistency between build.sh and install.sh, and version #84

tquentin opened this issue Jun 17, 2020 · 0 comments

Comments

@tquentin
Copy link

tquentin commented Jun 17, 2020

I install torghost in Kali. Appreciated your work and it is very useful and simple to use.

For the latest build.sh https://github.com/SusmithKrishnan/torghost/blob/master/build.sh it is compiling the executable using pyinstaller into ./dist/torghost and copy to folder "/usr/bin". the latest version is 3.1.0

But the install.sh https://github.com/SusmithKrishnan/torghost/blob/master/install.sh, it will installed the pre-compile version from https://github.com/SusmithKrishnan/torghost/releases/download/v3.0/torghost_3.0_amd64.deb which is version 3.0.2.

From the version checking, https://api.github.com/repos/SusmithKrishnan/torghost/releases/latest, the version (tag_name) is "v3.0.2". If the latest version above is 3.1.0, the tag_name should be updated accordingly.

Alternatively, modification to https://github.com/SusmithKrishnan/torghost/blob/master/torghost.py line 209 in function call "check_update()" that from "exact NOT match" (!=) to "Greater than"

@tquentin tquentin changed the title inconsistency between build.sh and install.sh inconsistency between build.sh and install.sh, and version Jun 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant