We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092c3f7 commit e151269Copy full SHA for e151269
Fire-Tools/ui.sh
@@ -53,9 +53,10 @@ elif [ "$tool" = "Apk Extractor" ]; then
53
Extract=$(zenity --list --width=500 --height=400 --column=Packages $list)
54
adb shell pm path $Extract | cut -f 2 -d ":" > Packages.txt
55
xargs -l adb pull < Packages.txt
56
+ exec ./ui.sh
57
58
# Batch Install
59
elif [ "$tool" = "Batch Installer" ]; then
60
ls ./Batch/*.apk | xargs -I custom adb install "custom"
61
zenity --notification --text="Successful Batch Install"
-fi
62
+fi
0 commit comments