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 ...@@ -46,6 +46,24 @@ python3 -m pip install bluepy
python3 rsf.py 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 ## Installation on Ubuntu 18.04 & 17.10
``` ```
...@@ -112,4 +130,4 @@ The RouterSploit Framework is under a BSD license. ...@@ -112,4 +130,4 @@ The RouterSploit Framework is under a BSD license.
Please see [LICENSE](LICENSE) for more details. Please see [LICENSE](LICENSE) for more details.
# Acknowledgments # Acknowledgments
* [riposte](https://github.com/fwkz/riposte) * [riposte](https://github.com/fwkz/riposte)
\ No newline at end of file
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