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