Skip to content

Commit

Permalink
Merge pull request #11 from divinity76/patch-1
Browse files Browse the repository at this point in the history
concatenate apt invocations
  • Loading branch information
wolfc01 authored Feb 24, 2020
2 parents 66695f9 + 5662673 commit 3110f60
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@ Goals of this project
### install dependencies for Ubuntu 16.04.3 LTS, Mint 18.3
_as user root_:
```
apt-get install python-qwt5-qt4
apt-get install python-configobj
apt-get install python-qwt5-qt4 python-configobj
```
### install dependencies for Debian 9
_as user root_:
```
apt-get install python-qwt5-qt4
apt-get install python-configobj
apt-get install tcpdump
apt-get install python-qwt5-qt4 python-configobj tcpdump
```
### install dependencies for Fedora 27
_as user root_:
Expand Down

0 comments on commit 3110f60

Please sign in to comment.