added nmap line for finding hostnames
This commit is contained in:
+2
-1
@@ -2,7 +2,8 @@
|
||||
|
||||
commandList="tea
|
||||
git
|
||||
hcloud"
|
||||
hcloud
|
||||
nmap -sn 192.168.0.0/24 2>/dev/null | grep -E 'report|MAC' "
|
||||
|
||||
if ! command -v wofi >/dev/null 2>&1; then
|
||||
echo "wofi is not installed"
|
||||
|
||||
Reference in New Issue
Block a user