Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

A script to install the ReVanced app

License

Notifications You must be signed in to change notification settings

mrmenndev/revanced-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Revanced Installer

A script to install the ReVanced app.

Tested on Linux and on MacOS

Prerequisites

  • 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

Linux and MacOS

Download

  1. Download ./install.sh
curl -L "https://raw.githubusercontent.com/mrmenndev/revanced-installer/master/install.sh" > install.sh
  1. Make script executable
chmod +x install.sh

Usage

Run ./install.sh [youtube apk] to download all required files and install ReVanced

Example:

./install.sh $HOME/Downloads/youtube_17.33.42.apk

Options

-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