From 1a1f5232f7412914f972e3068a8626affaba4b33 Mon Sep 17 00:00:00 2001 From: Lordify Date: Tue, 7 Jan 2025 13:05:53 +0000 Subject: [PATCH] Upload files to "common" --- common/mulch_install.sh | 2 +- common/vanadium_install.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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