A script to install the ReVanced app.
Tested on Linux
and on MacOS
-
YouTube 17.33.42
as apk (not as bundle). Can be found on apkmirror.com -
USB Debugging enabled on your phone
-
JDK 17
or higher. Recommend to download and install temurin
- Download
./install.sh
curl -L "https://raw.githubusercontent.com/mrmenndev/revanced-installer/master/install.sh" > install.sh
- Make script executable
chmod +x install.sh
Run ./install.sh [youtube apk]
to download all required files and install ReVanced
Example:
./install.sh $HOME/Downloads/youtube_17.33.42.apk
-i [apk]
or --install [apk]
- Only install ReVanced (Files need to be downloaded first)
-d
or --download
- Only download required files
-v
or --version
- Show script version
-h
or --help
- Show command usage