Escape asterisk

In order for the glob to properly expand, it needs to be escaped.
This commit is contained in:
remyabel
2018-12-28 04:50:43 -05:00
committed by GitHub
parent 326305eab3
commit 6b41474ed9

View File

@@ -35,7 +35,7 @@ Nethogs depends on `ncurses` for the text-based interface and `libpcap` for user
#### Yum-based distro's
yum install gcc-c++ libpcap-devel.x86_64 libpcap.x86_64 ncurses*
yum install gcc-c++ libpcap-devel.x86_64 libpcap.x86_64 ncurses\*
#### Getting the source