Skip to content

Commit

Permalink
Update MainMenu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mishakorzik authored Jul 9, 2024
1 parent e8c0fc5 commit d31f1fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MainMenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@
os.system("bash src/Inf.sh")
time.sleep(0.3)
time.sleep(1)
os.system("cd && cd AllHackingTools && bash src/UpdateTool.sh")
os.system("cd $HOME && git clone https://github.com/mishakorzik/AutoUpdateMyTools && cd AutoUpdateMyTools && bash AllHackingToolupdate.sh")
#os.system("cd && cd AllHackingTools && bash src/UpdateTool.sh")
elif(op==23):
os.system("bash src/Inf.sh")
time.sleep(0.3)
Expand Down

0 comments on commit d31f1fd

Please sign in to comment.