Skip to content

Commit

Permalink
Update build-termux.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
j-hc authored Dec 16, 2024
1 parent d439382 commit 352f975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-termux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ until
do sleep 1; done
if [ ! -f ~/.rvmm_"$(date '+%Y%m')" ]; then
pr "Setting up environment..."
yes "" | pkg update -y && pkg install -y openssl git curl jq openjdk-17 zip
yes "" | pkg update -y && pkg install -y git curl jq openjdk-17 zip
: >~/.rvmm_"$(date '+%Y%m')"
fi
mkdir -p /sdcard/Download/revanced-magisk-module/
Expand Down

0 comments on commit 352f975

Please sign in to comment.