Fix Hardcode
This commit is contained in:
parent
8730291a7c
commit
e5cb7673a0
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
MODDIR=${0%/*}
|
||||
|
||||
# Alias for Curl
|
||||
alias curl='/data/adb/modules/WVC/bin/curl --dns-servers 1.1.1.1,1.0.0.1'
|
||||
alias curl='$MODDIR/bin/curl --dns-servers 1.1.1.1,1.0.0.1'
|
||||
|
||||
echo "Downloading Update..."
|
||||
curl -o /data/local/tmp/VanadiumTrichromeLibrary.apk https://gitlab.com/grapheneos/platform_external_vanadium/-/raw/15-qpr2/prebuilt/arm64/TrichromeLibrary.apk
|
||||
|
|
Reference in a new issue