Unverified Commit c4c0a4ec by Marcin Bury Committed by GitHub

Add Ubuntu 20.04 installation instruction (#681)

parent a4d04daf
......@@ -46,6 +46,24 @@ python3 -m pip install bluepy
python3 rsf.py
```
## Installation on Ubuntu 20.04
```
sudo apt-get install git python3-pip
git clone https://github.com/threat9/routersploit
cd routersploit
python3 -m pip install -r requirements.txt
python3 rsf.py
```
Bluetooth Low Enery support:
```
sudo apt-get install libglib2.0-dev
python3 -m pip install bluepy
python3 rsf.py
```
## Installation on Ubuntu 18.04 & 17.10
```
......@@ -112,4 +130,4 @@ The RouterSploit Framework is under a BSD license.
Please see [LICENSE](LICENSE) for more details.
# Acknowledgments
* [riposte](https://github.com/fwkz/riposte)
\ No newline at end of file
* [riposte](https://github.com/fwkz/riposte)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment