From 45dbe8f57866b556ba3183cee93734ecb2c6c12f Mon Sep 17 00:00:00 2001 From: imran pasha Date: Tue, 7 Jan 2025 17:16:37 +0530 Subject: [PATCH] Update install.ps1 updated typo error --- install.ps1 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/install.ps1 b/install.ps1 index 72cedbc..1bba7db 100644 --- a/install.ps1 +++ b/install.ps1 @@ -29,10 +29,11 @@ if (!($jre8)){ } # Downloading Burp Suite Professional - echo "`n`t`tDownloading Latest Burp Suite Professional..." - $version = "2024.11.1" - Invoke-WebRequest -Uri "https://portswigger-cdn.net/burp/releases/download?product=pro&version=$version&type=Jar" - OutFile "burpsuite_pro_v$version.jar" - echo "`nBurp Suite Professional is Downloaded.`n" +echo "`n`t`tDownloading Latest Burp Suite Professional..." +$version = "2024.11.1" +Invoke-WebRequest -Uri "https://portswigger-cdn.net/burp/releases/download?product=pro&version=$version&type=Jar" ` +-OutFile "burpsuite_pro_v$version.jar" +echo "`nBurp Suite Professional is Downloaded.`n" # Creating Burp.bat file with command for execution if (Test-Path burp.bat) {rm burp.bat}