Upload files to "common"
This commit is contained in:
parent
63064a2b2d
commit
ea81ff8e5a
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
local LOS=$(getprop | grep -o -c "lineage")
|
local LOS=$(getprop | grep -o -c "lineage")
|
||||||
|
|
||||||
# Alias for Curl
|
# 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
|
# API Check
|
||||||
if [[ $API -ge 28 ]]; then
|
if [[ $API -ge 28 ]]; then
|
||||||
|
@ -80,7 +80,6 @@ mkdir -p "$MODPATH"/$WVP
|
||||||
echo "WebView Downloaded and Installed"
|
echo "WebView Downloaded and Installed"
|
||||||
echo "--------------------------------"
|
echo "--------------------------------"
|
||||||
echo
|
echo
|
||||||
fi
|
|
||||||
|
|
||||||
# Check for Overlay Directory (code from OpenWebview)
|
# Check for Overlay Directory (code from OpenWebview)
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in a new issue