That last commit message about silly mistakes pales in comparision to this one

This commit is contained in:
coolnsx
2023-11-20 20:59:55 +05:30
parent 86fa94b862
commit 3328c44905

View File

@@ -18,7 +18,7 @@ download_apk() {
}
download_keystore() {
RV_KEYSTORE_URL="https://cloud.coolans.dev/s/Mpb8aDzxaP9bDpt/download"
RV_KEYSTORE_URL="https://raw.githubusercontent.com/CoolnsX/revanced-build/master/yt-revanced.keystore"
RV_KEYSTORE="yt-revanced.keystore"
keystore="--keystore $tmp_dir/$RV_KEYSTORE"
[ ! -f "$tmp_dir/$RV_KEYSTORE" ] && curl -s "$RV_KEYSTORE_URL" -o "$tmp_dir/$RV_KEYSTORE" && info "Downloaded Keystore file in $tmp_dir" "32" && return 0