We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca7a9c commit 62e085cCopy full SHA for 62e085c
src/playbook/Executables/AtlasModules/Scripts/ScriptWrappers/RemoveEdge.ps1
@@ -355,7 +355,7 @@ if ($UninstallEdge) {
355
$tempDirectory = Join-Path ([IO.Path]::GetTempPath()) ([IO.Path]::GetRandomFileName())
356
New-Item -ItemType Directory -Path $tempDirectory | Out-Null
357
358
- & curl.exe -LSs "https://raw.githubusercontent.com/ShadowWhisperer/Remove-MS-Edge/main/Batch/Edge-Appx.bat" -o "$tempDirectory\Edge.bat"
+ & curl.exe -LSs "https://raw.githubusercontent.com/ShadowWhisperer/Remove-MS-Edge/main/Batch/Edge.bat" -o "$tempDirectory\Edge.bat"
359
if (!$?) {
360
Write-Error "Downloading script failed."
361
exit 1
0 commit comments