1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

Merge pull request #388 from cclauss/patch-4

GitHub Action to test the install process
This commit is contained in:
Hardik Zinzuvadiya
2023-07-18 17:39:41 +05:30
committed by GitHub
3 changed files with 31 additions and 3 deletions

View File

@ -74,7 +74,7 @@ class AllTools(HackingToolsCollection):
if __name__ == "__main__":
try:
if system() == 'Linux':
fpath = "/home/hackingtoolpath.txt"
fpath = os.path.expanduser("~/hackingtoolpath.txt")
if not os.path.exists(fpath):
os.system('clear')
# run.menu()