We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d439382 commit 352f975Copy full SHA for 352f975
build-termux.sh
@@ -26,7 +26,7 @@ until
26
do sleep 1; done
27
if [ ! -f ~/.rvmm_"$(date '+%Y%m')" ]; then
28
pr "Setting up environment..."
29
- 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
30
: >~/.rvmm_"$(date '+%Y%m')"
31
fi
32
mkdir -p /sdcard/Download/revanced-magisk-module/
0 commit comments