mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-05-04 08:34:33 +02:00
update scripts
This commit is contained in:
parent
f9ded06386
commit
219a6067a2
2
build.sh
2
build.sh
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -euo pipefail
|
||||||
|
|
||||||
source utils.sh
|
source utils.sh
|
||||||
|
|
||||||
|
4
utils.sh
4
utils.sh
@ -3,6 +3,10 @@
|
|||||||
MODULE_TEMPLATE_DIR="revanced-magisk"
|
MODULE_TEMPLATE_DIR="revanced-magisk"
|
||||||
TEMP_DIR="temp"
|
TEMP_DIR="temp"
|
||||||
|
|
||||||
|
if [ -z ${GITHUB_REPOSITORY+x} ]; then
|
||||||
|
GITHUB_REPOSITORY="j-hc/revanced-magisk-module"
|
||||||
|
fi
|
||||||
|
|
||||||
WGET_HEADER="User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0"
|
WGET_HEADER="User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0"
|
||||||
|
|
||||||
get_prebuilts() {
|
get_prebuilts() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user