What's new

Wireless Report for AIMesh v1.2.0 - [Mar-26-2026]

Just because I am basically lazy. I added a couple of bits beyond the alias recommended to make life easier.

[CODE}
alias wrin="sh /jffs/addons/wireless_report/wr_install.sh"
cpwrin () { if [ ! -f /jffs/addons/wireless_report/wr_install.sh ]; then cp /tmp/wr_install.sh /jffs/addons/wireless_report/; fi }
inwrp () { curl -s -L https://raw.githubusercontent.com/JB1366/Wireless_Report/main/wr_install.sh -o /tmp/wr_install.sh && chmod +x /tmp/wr_install.sh && sh /tmp/wr_install.sh; }
[/CODE]
 
rerun script from curl, as install program was updated, option#4
Will this also repopulate the install file from tmp to the wireless report dir i.e.

Code:
cp /tmp/wr_install.sh /jffs/addons/wireless_report

Or do we have to run that again?
 
Will this also repopulate the install file from tmp to the wireless report dir i.e.

Code:
cp /tmp/wr_install.sh /jffs/addons/wireless_report

Or do we have to run that again?
yes, rerun after curl install
 
Just because I am basically lazy. I added a couple of bits beyond the alias recommended to make life easier.
I’m not a programmer by any stretch of the imagination (I’m sure you’ll fix the curly bracket) but surely the install program itself could do the curl fetch and if needed extra copy across the script as part of the install?

Maybe @JB_1366 could have a look at addding this?
 
Last edited:

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top