This repository has been archived on 2023-10-05. You can view files and clone it, but cannot push or open issues or pull requests.
revanced-ps/README.md

16 lines
691 B
Markdown
Raw Permalink Normal View History

2022-07-03 01:36:42 +02:00
# Auto installer for YouTube ReVanced
2022-07-04 02:51:24 +02:00
PowerShell script for installing Youtube [ReVanced](https://revanced.app).
2022-07-03 01:36:42 +02:00
## Usage
Script assumes that:
- youtube apk file exists in pwd (detected by .apk extension)
- adb command is accessible in path
- java is in path (if not, use `-Java` parameter to set)
After running, script will download latest required patches and jars in order to install YouTube ReVanced.
It will prompt user which patches to exclude and to which device deploy (if multiple connected)
Scripts saves in `.\config.json` latest known versions (which are 100% downloaded if not deleted) and excluded patches for future use.
2022-07-15 23:47:24 +02:00
Use `-NoDeploy` to only check and download updates