mirror of
https://github.com/CoolnsX/repos_scripts.git
synced 2025-12-20 07:15:20 +05:30
That last commit message about silly mistakes pales in comparision to this one
This commit is contained in:
2
revanced
2
revanced
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user