From 4d7c1da3e9eca78ce38c07dab5cba3863a4072f9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 24 Jun 2016 11:50:40 +0200 Subject: [PATCH] Add Fedora install command --- source/_components/device_tracker.nmap_scanner.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/device_tracker.nmap_scanner.markdown b/source/_components/device_tracker.nmap_scanner.markdown index de2989900e2..8cc1d3816a5 100644 --- a/source/_components/device_tracker.nmap_scanner.markdown +++ b/source/_components/device_tracker.nmap_scanner.markdown @@ -15,7 +15,7 @@ featured: true As an alternative to the router-based device tracking, it is possible to directly scan the network for devices by using Nmap. The IP addresses to scan can be specified in any format that Nmap understands, including the network-prefix notation (`192.168.1.1/24`) and the range notation (`192.168.1.1-255`). -If you're on Debian or Ubuntu, you might have to install the packages for arp and nmap. Do so by running `apt-get install net-tools nmap`. +If you're on Debian or Ubuntu, you might have to install the packages for `arp` and `nmap`. Do so by running `apt-get install net-tools nmap`. On a Fedora host run `sudo dnf -y install nmap`. To use this device tracker in your installation, add the following to your `configuration.yaml` file: