Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

uvzen/ReVanced-bash-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS PROJECT IS DISCONTINUED AND WILL NOT GET ANYMORE UPDATES

About ReVanced bash builder:

A simple bash script that I created for myself and placed here so I can download updates whenever I want. Script is updated frequently, so before using the script, please check here if it has been recently updated!

This script doesn't have the option to exclude and include specific patches, because they can be turned on or off in ReVanced settings.

Requirements:

Windows user:

During installation Git for Windows, choose the following options:

- Add a Git Bash Profile to Windows Terminal
- Git from the command line and also 3rd-party software
- Checkout Windows-style, commit Unix-style endings
- Use Windows' default console window

Linux user

Android user:

  • Installed Termux from F-droid
  • Internet connection for download the required packages and applications

How to use

Windows

  1. Download Patch-PC.sh script from releases
  2. Create any folder and put the Patch-PC.sh script
  3. Run script in 2 ways:
  • Launch git shell by right-clicking in an empty folder space and selecting "Git Bash Here", then run script by typing: ./Patch-PC.sh
  • Run script by double-clicking on it
  1. When you run the script for the first time, download the necessary packages and applications
  2. Enjoy build ReVanced

Linux

  1. Create any folder and put the Patch-PC.sh script
  2. Open terminal and run script ./Patch-PC.sh
  3. When you run the script for the first time, download the necessary packages and applications
  4. Enjoy build ReVanced

Android

  1. Open Termux app
  2. You have to run these commands:
pkg update -y
pkg install wget openjdk-17 -y
termux-setup-storage
wget https://github.com/uvzen/ReVanced-bash-builder/releases/download/scripts/Patch-android.sh
chmod +x Patch-android.sh
  1. Run script by typing: ./Patch-android.sh
  2. When you run the script for the first time, download the necessary packages and applications
  3. Enjoy build ReVanced on android