From d8117fe8a176e5acfb96eaa6c01f6b4ec19fd321 Mon Sep 17 00:00:00 2001 From: xiv3r <117867334+xiv3r@users.noreply.github.com> Date: Sun, 10 Nov 2024 09:44:28 +0800 Subject: [PATCH] Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 252b8e9..0736f8e 100644 --- a/update.sh +++ b/update.sh @@ -4,4 +4,4 @@ echo 'Removing Old Files' sudo rm -rf Burpsuite-Professional sudo rm -rf /bin/burpsuitepro - curl https://raw.githubusercontent.com/xiv3r/Burpsuite-Professional/refs/heads/main/install.sh | sudo sh + wget -qO- https://raw.githubusercontent.com/xiv3r/Burpsuite-Professional/refs/heads/main/install.sh | sudo sh