Skip to content

A non-interactive, fully automated YouTube ReVanced patcher and installer, straight from latest releases.

License

Notifications You must be signed in to change notification settings

dng-nguyn/auto-revanced-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auto-revanced-linux

A non-interactive, fully automated YouTube ReVanced patcher and installer, straight from latest releases. Now with Discord & Nextcloud integrations.

HOW TO USE:

PLEASE TAKE A LOOK AT THE SCRIPT FIRST BEFORE EXECUTING!!!

Install dependencies: curl , wget , jq , git , Java Runtime jre-openjdk version >11 will work. jre-openjdk-headless will throw an error for some reason.

Distribution specific:

Alpine Linux:

sudo apk update && sudo apk add git wget curl jq openjdk18

Arch-based:

sudo pacman -S curl wget git jq jre-openjdk

Debian-based:

sudo apt update && sudo apt install git wget curl jq openjdk-17-jre

Installation:

Clone into this repository:

git clone -b nextcloud_discord_auto https://github.com/dng-nguyn/auto-revanced-linux.git
cd auto-revanced-linux

Add execution permission for the script if required:

chmod +x ./run.sh

Setup environment variables:

There is a provided .env.example in the directory. Simply do:

cp .env.example .env

And then fill in the variables as needed. Make sure to audit & review the code before handing in your credentials.

Execute the script:

./run.sh

A revanced-<version>.apk will be built for you.

Credits

ReVanced For making all of this possible

apkmirror-downloader For providing a way to download apks with a specified version straight from apkmirror

##To do:

Support for Termux (why? more like why not) i give up

Implement fail safes or error exiting instead of executing everything

About

A non-interactive, fully automated YouTube ReVanced patcher and installer, straight from latest releases.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages