Fix Hardcode
This commit is contained in:
parent
e20a5112e2
commit
f02d97a94e
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'
|
||||
|
||||
# Variables
|
||||
Latest=$(curl -s https://api.github.com/repos/uazo/cromite/releases | grep arm64_SystemWebView.apk | grep -m 1 -o https://github.com/uazo/cromite/releases/download/.*.apk)
|
||||
|
|
Reference in a new issue