mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 09:28:43 +00:00
updated bluepot download link
This commit is contained in:
parent
85e4b3fda2
commit
1e7460d65b
1 changed files with 2 additions and 2 deletions
|
|
@ -53,8 +53,8 @@ class BluePot(HackingTool):
|
|||
"You must install/libbluetooth-dev on " \
|
||||
"Ubuntu/bluez-libs-devel on Fedora/bluez-devel on openSUSE"
|
||||
INSTALL_COMMANDS = [
|
||||
"sudo wget https://github.com/andrewmichaelsmith/bluepot/raw/master/bin/bluepot-0.2.tar.gz"
|
||||
"sudo tar xfz 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 rm bluepot-0.2.tar.gz"
|
||||
]
|
||||
RUN_COMMANDS = ["cd bluepot && sudo java -jar bluepot.jar"]
|
||||
PROJECT_URL = "https://github.com/andrewmichaelsmith/bluepot"
|
||||
|
|
|
|||
Loading…
Reference in a new issue