added nmap line for finding hostnames

This commit is contained in:
2026-06-13 06:53:14 -05:00
parent e5c96f7ae9
commit 087512b469
+2 -1
View File
@@ -2,7 +2,8 @@
commandList="tea commandList="tea
git 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 if ! command -v wofi >/dev/null 2>&1; then
echo "wofi is not installed" echo "wofi is not installed"