Skip to content

Commit 194e193

Browse files
authored
Update README.md
Removed a package filler I forgot to remove.
1 parent a18949a commit 194e193

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Enhanced-WiFi-Analyzer/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ Remember: These diagnostic tools are designed to help identify issues, not autom
115115
### Prerequisites
116116
```bash
117117
# Required tools (install via package manager)
118-
sudo apt install iw wireless-tools curl # Ubuntu/Debian
119-
sudo dnf install iw wireless-tools curl # Fedora
120-
sudo pacman -S iw wireless_tools curl # Arch (NetworkManager required - not iwd compatible)
118+
sudo apt install iw curl # Ubuntu/Debian
119+
sudo dnf install iw curl # Fedora
120+
sudo pacman -S iw curl # Arch (NetworkManager required - not iwd compatible)
121121
```
122122

123123
### Installation

0 commit comments

Comments
 (0)