1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

updated bluepot download link

This commit is contained in:
Greatest125
2020-12-26 20:05:56 +00:00
committed by GitHub
parent 85e4b3fda2
commit 1e7460d65b

View File

@ -53,8 +53,8 @@ class BluePot(HackingTool):
"You must install/libbluetooth-dev on " \ "You must install/libbluetooth-dev on " \
"Ubuntu/bluez-libs-devel on Fedora/bluez-devel on openSUSE" "Ubuntu/bluez-libs-devel on Fedora/bluez-devel on openSUSE"
INSTALL_COMMANDS = [ INSTALL_COMMANDS = [
"sudo wget https://github.com/andrewmichaelsmith/bluepot/raw/master/bin/bluepot-0.2.tar.gz" "sudo wget https://raw.githubusercontent.com/andrewmichaelsmith/bluepot/master/bin/bluepot-0.2.tar.gz"
"sudo tar xfz bluepot-0.2.tar.gz" "sudo tar xfz bluepot-0.2.tar.gz;sudo rm bluepot-0.2.tar.gz"
] ]
RUN_COMMANDS = ["cd bluepot && sudo java -jar bluepot.jar"] RUN_COMMANDS = ["cd bluepot && sudo java -jar bluepot.jar"]
PROJECT_URL = "https://github.com/andrewmichaelsmith/bluepot" PROJECT_URL = "https://github.com/andrewmichaelsmith/bluepot"