From a3e43e83f96683c9d0ef30ac771851d0603f75a3 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Sun, 18 Jul 2021 10:55:00 +0200 Subject: [PATCH] multitroid - open apk install prompt --- multitroid.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/multitroid.sh b/multitroid.sh index 6e468ec..37ff527 100755 --- a/multitroid.sh +++ b/multitroid.sh @@ -148,3 +148,4 @@ echo "" echo -e "\033[0;32mThe operation was completed successfully and the APK can be found in your Downloads folder as \"AM2R-${VERSION}-signed.apk\"." echo -e "\033[0;32mSee you next mission\!" echo -e "\033[1;37m" +xdg-open ~/storage/downloads/AM2R-"${VERSION}"-signed.apk