Upload files to "common"

This commit is contained in:
Lordify 2025-01-07 13:05:25 +00:00
parent 63064a2b2d
commit ea81ff8e5a

View file

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