Skip to content

Commit 352f975

Browse files
authored
Update build-termux.sh
1 parent d439382 commit 352f975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-termux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ until
2626
do sleep 1; done
2727
if [ ! -f ~/.rvmm_"$(date '+%Y%m')" ]; then
2828
pr "Setting up environment..."
29-
yes "" | pkg update -y && pkg install -y openssl git curl jq openjdk-17 zip
29+
yes "" | pkg update -y && pkg install -y git curl jq openjdk-17 zip
3030
: >~/.rvmm_"$(date '+%Y%m')"
3131
fi
3232
mkdir -p /sdcard/Download/revanced-magisk-module/

0 commit comments

Comments
 (0)