This commit is contained in:
FiorenMas
2023-04-11 23:53:56 +07:00
parent 831879c9a9
commit d1a7c2a56a
2 changed files with 4 additions and 5 deletions

View File

@@ -1,14 +1,14 @@
`#!/bin/bash
#!/bin/bash
set -e
# Set variables for Revanced
readonly revanced_name="revanced"
readonly revanced_user="revanced"
readonly revanced_patch="patches.rv"
readonly revanced_patch="patches-ytm.rv"
readonly revanced_ytmsversion="" # Input version supported if you need patch specific YT version.Example: "18.03.36"
# Set variables for Revanced Extended
readonly revanced_extended_name="revanced-extended"
readonly revanced_extended_user="inotia00"
readonly revanced_extended_patch="patches.rve"
readonly revanced_extended_patch="patches-ytm.rve"
readonly revanced_extended_ytmsversion="" # Input version supported if you need patch specific YT version.Example: "18.07.35"
# Function prepare patches keywords
get_patch() {