Upload files to "common"
This commit is contained in:
parent
ea81ff8e5a
commit
1a1f5232f7
2 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
local LOS=$(getprop | grep -o -c "lineage")
|
||||
|
||||
# Alias for Curl
|
||||
alias curl='$MODPATH/bin/$ARCH/curl'
|
||||
alias curl='$MODPATH/bin/$ARCH/curl --dns-servers 1.1.1.1,1.0.0.1'
|
||||
|
||||
# API Check
|
||||
if [[ $API -ge 28 ]]; then
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
local LOS=$(getprop | grep -o -c "lineage")
|
||||
|
||||
# Alias for Curl
|
||||
alias curl='$MODPATH/bin/$ARCH/curl'
|
||||
alias curl='$MODPATH/bin/$ARCH/curl --dns-servers 1.1.1.1,1.0.0.1'
|
||||
|
||||
# API Check
|
||||
if [[ $API -ge 29 ]]; then
|
||||
|
@ -86,7 +86,6 @@ mkdir -p "$MODPATH"/$WVP
|
|||
echo "TrichromeLibrary and WebView Downloaded and Installed"
|
||||
echo "-----------------------------------------------------"
|
||||
echo
|
||||
fi
|
||||
|
||||
# Check for Overlay Directory (code from OpenWebview)
|
||||
echo
|
||||
|
|
Loading…
Reference in a new issue