From 398d32201fc0f2f3b007afd6509c86cc177a892e Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Sun, 18 Jul 2021 10:54:26 +0200 Subject: [PATCH] Open apk install Prompt --- patcher.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/patcher.sh b/patcher.sh index 6532678..e97aa1b 100755 --- a/patcher.sh +++ b/patcher.sh @@ -131,3 +131,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