Files
docker-py-revanced/export_env.sh
T
Nikhil Badyal 0d3fae4f9c 🗑️ Cleanup
2022-10-15 17:16:15 +05:30

13 lines
574 B
Bash

#!/bin/bash
set -o errexit
set -o pipefail
set -o nounset
export PATCH_APPS=youtube,twitter,reddit,youtube_music
export BUILD_EXTENDED=True
export EXCLUDE_PATCH_YOUTUBE=custom-branding,enable-debugging
export EXCLUDE_PATCH_YOUTUBE_EXTENDED=custom-branding-red,custom-branding-blue,materialyou,custom-branding-decipher3114,custom-branding-name,custom-package-name,always-autorepeat
export EXCLUDE_PATCH_YOUTUBE_MUSIC_EXTENDED=custom-branding-music,custom-branding-music-decipher3114,custom-package-name-music,custom-branding-music-red
export BUILD_OG_BRANDING_YOUTUBE=True