update scripts

This commit is contained in:
j-hc 2022-07-18 13:03:08 +03:00
parent f9ded06386
commit 219a6067a2
No known key found for this signature in database
GPG Key ID: 242B44D16774A2ED
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -e
set -euo pipefail
source utils.sh

View File

@ -3,6 +3,10 @@
MODULE_TEMPLATE_DIR="revanced-magisk"
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"
get_prebuilts() {