From 671cb4a5a1bc6ed4bcf82aa1272783bbed91a783 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Sat, 12 Mar 2022 18:01:53 +0100 Subject: [PATCH] Use bash for installing apkmod --- patcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patcher.sh b/patcher.sh index c53ce14..7cede2c 100755 --- a/patcher.sh +++ b/patcher.sh @@ -40,7 +40,7 @@ pkg install -y subversion zip unzip xdelta3 #check if apkmod is instaled, if not install it. I only use this for signing 'cause it's the only way I found this to work if ! [ -f /data/data/com.termux/files/usr/bin/apkmod ]; then wget https://raw.githubusercontent.com/Hax4us/Apkmod/master/setup.sh - sh setup.sh + bash setup.sh rm -f setup.sh fi