MCPcopy
hub / github.com/jaykali/hackerpro / updatehackerpro

Function updatehackerpro

hackerpro.py:148–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146
147
148def updatehackerpro():
149 print ("This Tool is Only Available for Linux and Similar Systems. ")
150 choiceupdate = raw_input("Continue Y / N: ")
151 if choiceupdate in yes:
152 os.system("git clone https://github.com/technicaldada/hackerpro.git")
153 os.system("cd hackerpro && sudo bash ./update.sh")
154 os.system("hackerpro")
155
156
157def doork():

Callers 1

menuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected