diff --git a/cleanup.ps1 b/cleanup.ps1 index b7dc1d3..ebb61ff 100644 --- a/cleanup.ps1 +++ b/cleanup.ps1 @@ -503,7 +503,7 @@ try { # Download BleachBit Portable Write-Log "Downloading BleachBit Portable..." -Level "INFO" $BleachBitZip = "C:\Quest\BleachBitPortable.zip" -$BleachBitUrl = "https://www.bleachbit.org/download/file/t?file=BleachBit-5.0.2-portable.zip" +$BleachBitUrl = "https://download.bleachbit.org/BleachBit-5.0.2-portable.zip" $MinFileSizeBytes = 10000000 # Minimum 10MB try {