updpkg(revanced-cli): update post_upgrade

This commit is contained in:
MedzikUser 2022-06-18 20:34:29 +02:00
parent f3e770539b
commit 2366cd2246
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
2 changed files with 2 additions and 5 deletions

View File

@ -6,7 +6,7 @@ pkgdesc='Command line application as an alternative to the ReVanced Manager'
arch=('any')
url="https://github.com/revanced/revanced-cli"
license=('GPL3')
depends=('java-environment')
depends=('java-environment' 'revanced-patches')
install='revanced-cli.install'
source=("${pkgname}.sh"
"${url}/releases/download/v${pkgver}/revanced-cli-${pkgver}-all.jar"

View File

@ -1,8 +1,5 @@
post_upgrade() {
echo ">> revanced-cli -a some.apk -c -d device-name -o revanced.apk -b /usr/share/java/revanced-patches.jar --install"
echo ">> "
echo ">> See revanced wiki"
echo ">> https://github.com/revanced/revanced-documentation/wiki/Using-the-ReVanced-CLI-and-installing-ReVanced"
echo ">> See revanced wiki: https://github.com/revanced/revanced-documentation/wiki/Using-the-ReVanced-CLI-and-installing-ReVanced"
}
post_install() {