Update README.md
All checks were successful
Code review / review (pull_request) Successful in 27s

This commit is contained in:
2026-09-12 19:20:45 -04:00
parent 8758a43088
commit d0e2752cd8

View File

@@ -3,7 +3,7 @@
<br /> <br />
<!-- Logo --> <!-- Logo -->
<img src="https://git.zakscode.com/repo-avatars/2b4ee6ba1f2e2618bf7694e4a52fb56d1d0ea6abafa2dcbe496ab786b86d5a76" alt="Logo" width="200" height="200"> <img src="https://git.zakscode.com/repo-avatars/80775ae9cf0d2c4fb4aec035efb650e631d4d0046ab6fc04c6c041e91ba11d44" alt="Logo" width="200" height="200">
<!-- Title --> <!-- Title -->
### Fallback AP ### Fallback AP
@@ -63,9 +63,7 @@ Runs as a `systemd` service and is managed entirely through `nmcli`/`iw` — no
- Root access - Root access
#### Instructions #### Instructions
1. Download the script: `curl -sL https://git.zakscode.com/ztimson/fallback-ap/raw/branch/master/pi-fallback-ap.sh > /usr/local/bin/fallback-ap` 1. Download & Install: `curl -sL https://git.zakscode.com/ztimson/fallback-ap/raw/branch/master/install.sh | sudo bash`
2. Make it executable: `chmod +x /usr/local/bin/fallback-ap`
3. Install and start the service: `sudo fallback-ap install`
</details> </details>