Upload files to "common"

This commit is contained in:
Lordify 2025-01-07 13:05:53 +00:00
parent ea81ff8e5a
commit 1a1f5232f7
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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