From ef3be6acc53399c263ed85b780e4ccf9cbfb6dc2 Mon Sep 17 00:00:00 2001 From: Brandon Yates <81128304+Brand07@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:02:16 -0600 Subject: [PATCH] Correct spelling of "unistall" to "uninstall" on lines 254 and 582 --- phonesploit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phonesploit.py b/phonesploit.py index 5cb0993..d7d3658 100644 --- a/phonesploit.py +++ b/phonesploit.py @@ -251,7 +251,7 @@ def main(): print ((" "+connect)) print ((" [{0}+{1}]Enter a package name.").format(Fore.RED, Fore.WHITE)) package_name = input(" "+arrow + "phonesploit"+Fore.RED + "(app_delete) "+Fore.WHITE + "> ") - os.system("adb -s "+device_name+" unistall "+package_name) + os.system("adb -s "+device_name+" uninstall "+package_name) elif option == '12': print (("\n[{0}+{1}]Enter a device name.").format(Fore.RED, Fore.WHITE)) @@ -579,7 +579,7 @@ def main_linux(): print ((" "+connect)) print ((" [{0}+{1}]Enter a package name.").format(Fore.RED, Fore.WHITE)) package_name = input(" "+arrow + "phonesploit"+Fore.RED + "(app_delete) "+Fore.WHITE + "> ") - os.system("adb -s "+device_name+" unistall "+package_name) + os.system("adb -s "+device_name+" uninstall "+package_name) option = input(Fore.WHITE + "phonesploit"+Fore.RED + "(main_menu) "+Fore.WHITE + "> ") elif option == '12':