Skip to content

Commit

Permalink
Color edits
Browse files Browse the repository at this point in the history
  • Loading branch information
AzeemIdrisi committed Feb 25, 2023
1 parent 8a19e77 commit ccf55fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phonesploitpro.py
Original file line number Diff line number Diff line change
Expand Up @@ -1110,12 +1110,12 @@ def power_off():


def update_me():
print(f'{color.GREEN}\nUpdating PhoneSploit-Pro\n{color.WHITE}')
print(f'{color.GREEN}\nFetching latest updates from GitHub\n{color.WHITE}')
print(f'{color.YELLOW}\nUpdating PhoneSploit-Pro\n{color.WHITE}')
print(f'{color.GREEN}Fetching latest updates from GitHub\n{color.WHITE}')
os.system('git fetch')
print(f'{color.GREEN}\nApplying changes\n{color.WHITE}')
os.system('git rebase')
print(f'{color.CYAN}\nPlease restart PhoneSploit-Pro\n{color.WHITE}')
print(f'{color.CYAN}\nPlease restart PhoneSploit-Pro{color.WHITE}')
exit_phonesploit_pro()


Expand Down

0 comments on commit ccf55fd

Please sign in to comment.