Skip to content

Commit 5f84084

Browse files
authored
Update README.md
Script URL was wrong, corrected now.
1 parent 3fd73a4 commit 5f84084

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Enhanced-WiFi-Analyzer/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ sudo pacman -S iw curl # Arch (NetworkManager required - not iwd compatible)
122122

123123
### Installation
124124
```bash
125-
curl -s https://raw.githubusercontent.com/FrameworkComputer/linux-docs/main/Enhanced-WiFi-Analyzer/wifi_diagnostic.sh -o wifi_diagnostic.sh && clear && sudo bash wifi_diagnostic.sh
125+
curl -s https://raw.githubusercontent.com/FrameworkComputer/linux-docs/refs/heads/main/Enhanced-WiFi-Analyzer/scripts/wifi_diagnostic.sh -o wifi_diagnostic.sh && clear && sudo bash wifi_diagnostic.sh
126126
```
127127

128128
If already downloaded, just run:
@@ -133,7 +133,7 @@ sudo bash wifi_diagnostic.sh
133133
### Quick Analysis
134134
Download and run (first time):
135135
```bash
136-
curl -s https://raw.githubusercontent.com/FrameworkComputer/linux-docs/main/Enhanced-WiFi-Analyzer/wifi_diagnostic.sh -o wifi_diagnostic.sh && clear && sudo bash wifi_diagnostic.sh
136+
curl -s https://raw.githubusercontent.com/FrameworkComputer/linux-docs/refs/heads/main/Enhanced-WiFi-Analyzer/scripts/wifi_diagnostic.sh -o wifi_diagnostic.sh && clear && sudo bash wifi_diagnostic.sh
137137
```
138138

139139
If already downloaded:
@@ -163,7 +163,7 @@ Then choose your option:
163163
Symptoms: WiFi drops for 30+ seconds randomly
164164

165165
```bash
166-
curl -s https://raw.githubusercontent.com/FrameworkComputer/linux-docs/main/Enhanced-WiFi-Analyzer/wifi_diagnostic.sh -o wifi_diagnostic.sh && clear && sudo bash wifi_diagnostic.sh
166+
curl -s https://raw.githubusercontent.com/FrameworkComputer/linux-docs/refs/heads/main/Enhanced-WiFi-Analyzer/scripts/wifi_diagnostic.sh -o wifi_diagnostic.sh && clear && sudo bash wifi_diagnostic.sh
167167
```
168168

169169
→ Choose Option 4 (DFS Monitor)
@@ -173,7 +173,7 @@ Tool identifies DFS radar interference and provides non-DFS channel solutions
173173
Symptoms: New WiFi 7 card performing poorly
174174

175175
```bash
176-
curl -s https://raw.githubusercontent.com/FrameworkComputer/linux-docs/main/Enhanced-WiFi-Analyzer/wifi_diagnostic.sh -o wifi_diagnostic.sh && clear && sudo bash wifi_diagnostic.sh
176+
curl -s https://raw.githubusercontent.com/FrameworkComputer/linux-docs/refs/heads/main/Enhanced-WiFi-Analyzer/scripts/wifi_diagnostic.sh -o wifi_diagnostic.sh && clear && sudo bash wifi_diagnostic.sh
177177
```
178178

179179
→ Choose Option 1 (Complete Analysis)
@@ -183,7 +183,7 @@ Tool detects 6GHz capability and recommends router upgrade/configuration
183183
Symptoms: WiFi unstable when Tailscale/ZeroTier active
184184

185185
```bash
186-
curl -s https://raw.githubusercontent.com/FrameworkComputer/linux-docs/main/Enhanced-WiFi-Analyzer/wifi_diagnostic.sh -o wifi_diagnostic.sh && clear && sudo bash wifi_diagnostic.sh
186+
curl -s https://raw.githubusercontent.com/FrameworkComputer/linux-docs/refs/heads/main/Enhanced-WiFi-Analyzer/scripts/wifi_diagnostic.sh -o wifi_diagnostic.sh && clear && sudo bash wifi_diagnostic.sh
187187
```
188188

189189
→ Choose Option 3 → Option 4 (VPN conflicts)
@@ -193,7 +193,7 @@ Tool provides MTU optimization and split tunneling configuration
193193
Symptoms: High temperatures, fan noise during WiFi use
194194

195195
```bash
196-
curl -s https://raw.githubusercontent.com/FrameworkComputer/linux-docs/main/Enhanced-WiFi-Analyzer/wifi_diagnostic.sh -o wifi_diagnostic.sh && clear && sudo bash wifi_diagnostic.sh
196+
curl -s https://raw.githubusercontent.com/FrameworkComputer/linux-docs/refs/heads/main/Enhanced-WiFi-Analyzer/scripts/wifi_diagnostic.sh -o wifi_diagnostic.sh && clear && sudo bash wifi_diagnostic.sh
197197
```
198198

199199
→ Choose Option 3 → Option 5 (thermal issues)

0 commit comments

Comments
 (0)