blob: 9eb44cf56a06abbe7e5099958b6b7ff744577ea5 (
plain)
1
2
3
4
5
6
7
|
post_upgrade() {
echo ">> See revanced wiki: https://github.com/revanced/revanced-documentation/wiki/Using-the-ReVanced-CLI-and-installing-ReVanced"
}
post_install() {
post_upgrade
}
|