Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
v2.5
Browse files Browse the repository at this point in the history
Updated download path
  • Loading branch information
0xblackbird authored Nov 4, 2020
1 parent 28f2f13 commit 8ff9561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cth.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def typeText(text, delay):

if update == True:
file = os.path.abspath("cth.py")
url = "https://github.com/be1807v/cth/releases/download/v" + version + "/cth.py"
url = "https://raw.githubusercontent.com/be1807v/cth/master/cth.py"

if os.path.isfile(file) == False:
print(color.RED + "[-] Error! I could not find the script to update! Please provide the installation path:" + color.END)
Expand Down

0 comments on commit 8ff9561

Please sign in to comment.