mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Added support for building any specified version
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -o errexit
|
||||
set -o pipefail
|
||||
set -o nounset
|
||||
|
||||
export PATCH_APPS=youtube,twitter,reddit
|
||||
export YOUTUBE_VERSION=latest
|
||||
export YOUTUBE_MUSIC_VERSION=latest
|
||||
export TWITTER_VERSION=latest
|
||||
export REDDIT_VERSION=latest
|
||||
export TIKTOK_VERSION=latest
|
||||
export WARNWETTER_VERSION=latest
|
||||
Reference in New Issue
Block a user