Former-commit-id: 95398b41bda1eee19c4efb034292f7561aa9826d
This commit is contained in:
j-hc 2022-07-03 22:19:54 +03:00
parent 4e654b430f
commit c5b66e94be

View File

@ -1,13 +1,13 @@
#!/bin/bash
set -e
set -xe
echo "All necessary files (revanced cli, patches and integrations, stock YouTube apk) will be downloaded, Youtube apk will be patched and zipped into a Magisk module"
WGET_HEADER='User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0'
function req() {
wget -nv --show-progress -O $2 --header="$WGET_HEADER" $1
wget -nv -O $2 --header="$WGET_HEADER" $1
}
# yes this is how i download the stock yt apk from apkmirror