From 5d09651d76f1eaeae4238b5896fd90a92e5b0771 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Thu, 11 Nov 2021 11:26:14 +0100 Subject: [PATCH] use bash shebang instead of sh --- patcher.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patcher.sh b/patcher.sh index d087884..7a180ac 100755 --- a/patcher.sh +++ b/patcher.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # exit on any error to avoid showing everything was successfull even tho it wasnt set -e @@ -35,7 +35,7 @@ echo "" echo "-------------------------------------------" #install dependencies -pkg install subversion zip unzip xdelta3 -y +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