Update build-termux.sh

This commit is contained in:
j-hc 2024-12-16 13:26:48 +03:00 committed by GitHub
parent d4393820a4
commit 352f975b44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ until
do sleep 1; done do sleep 1; done
if [ ! -f ~/.rvmm_"$(date '+%Y%m')" ]; then if [ ! -f ~/.rvmm_"$(date '+%Y%m')" ]; then
pr "Setting up environment..." 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')" : >~/.rvmm_"$(date '+%Y%m')"
fi fi
mkdir -p /sdcard/Download/revanced-magisk-module/ mkdir -p /sdcard/Download/revanced-magisk-module/