We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f94f9 commit d7cf325Copy full SHA for d7cf325
1 file changed
README.md
@@ -136,7 +136,7 @@ Use your preferred SSH client to connect to the router.
136
*Manual Installation*
137
1. To Download the script to your router, Copy and paste:
138
```bash
139
-curl --retry 3 "https://raw.githubusercontent.com/ExtremeFiretop/MerlinAutoUpdate-Router/master/MerlinAU.sh" -o "/jffs/scripts/MerlinAU.sh" && chmod +x "/jffs/scripts/MerlinAU.sh && sh /jffs/scripts/MerlinAU.sh install"
+curl --retry 3 "https://raw.githubusercontent.com/ExtremeFiretop/MerlinAutoUpdate-Router/master/MerlinAU.sh" -o "/jffs/scripts/MerlinAU.sh" && chmod +x "/jffs/scripts/MerlinAU.sh" && sh /jffs/scripts/MerlinAU.sh install
140
```
141
- The script is now ready for use!
142
0 commit comments