diff --git a/common/mulch_install.sh b/common/mulch_install.sh index 6b643a9..6e50e77 100644 --- a/common/mulch_install.sh +++ b/common/mulch_install.sh @@ -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 diff --git a/common/vanadium_install.sh b/common/vanadium_install.sh index 211c4ed..22e4d98 100644 --- a/common/vanadium_install.sh +++ b/common/vanadium_install.sh @@ -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