Update uninstall.sh

Fixed a typo mistake in uninstall.h

line : 35
Prior to commit : echo "uninstlling $PRO"
after commit : echo "uninstalling $PRO"

Signed-off-by: Harshit Raj <harshitintelligent@gmail.com>
This commit is contained in:
Harshit Raj 2022-10-05 02:45:58 +05:30 committed by Viktor Govako
parent 3c65b9c9ff
commit d79bae7de0

View file

@ -32,6 +32,6 @@ fi
if [[ $package == *p* ]]
then
echo "uninstlling $PRO"
echo "uninstalling $PRO"
adb $ID uninstall $PRO
fi