mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
12 lines
364 B
Bash
12 lines
364 B
Bash
#!/bin/bash
|
|
|
|
set -o errexit
|
|
set -o pipefail
|
|
set -o nounset
|
|
|
|
export PATCH_APPS=youtube,twitter,reddit,youtube_music,spotify
|
|
export BUILD_EXTENDED=True
|
|
export EXCLUDE_PATCH_YOUTUBE=custom-branding,enable-debugging
|
|
export EXCLUDE_PATCH_YOUTUBE_EXTENDED=custom-branding-red,custom-branding-blue,amoled
|
|
export EXCLUDE_PATCH_YOUTUBE_MUSIC_EXTENDED=custom-branding-music
|