Skip to content

Commit

Permalink
Fixed script URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgxz committed Jul 21, 2024
1 parent e862b16 commit e38e4fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -13,4 +13,4 @@ Remove-Item $savePath
Remove-Item -Path "$env:LOCALAPPDATA\Microsoft\Windows\WebCache\*" -Recurse -Force

# Clear the PowerShell command history
Clear-History
Clear-History

0 comments on commit e38e4fd

Please sign in to comment.