From ade1c3b830cdcca2052ad1e360d118e5a61884f4 Mon Sep 17 00:00:00 2001 From: Real-MullaC Date: Tue, 25 Jun 2024 21:35:17 +0100 Subject: [PATCH] Fixes Edge Removal (#2136) * Fixes Edge Removal * Update tweaks.json add credit for edge removal * Update tweaks.json * Update tweaks.json --------- Co-authored-by: hubster-bot Co-authored-by: Chris Titus --- config/tweaks.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index 4b3568a9..b047e3a1 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2330,10 +2330,8 @@ "InvokeScript": [ " #:: Standalone script by AveYo Source: https://raw.githubusercontent.com/AveYo/fox/main/Edge_Removal.bat - - curl.exe -s \"https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/edgeremoval.bat\" -o $ENV:temp\\edgeremoval.bat + Invoke-WebRequest -Uri \"https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/edgeremoval.bat\" -OutFile \"$ENV:TEMP\\edgeremoval.bat\" Start-Process $ENV:temp\\edgeremoval.bat - " ], "UndoScript": [